SuccessConsole Output

Started by GitHub push by CodeCrafter47
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/AdvancedTabOverlay
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/CodeCrafter47/AdvancedTabOverlay.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/AdvancedTabOverlay.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/CodeCrafter47/AdvancedTabOverlay.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision df1c3034d8192f9db578ae6a6792b7c7aff75205 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df1c3034d8192f9db578ae6a6792b7c7aff75205 # timeout=10
Commit message: "update TabOverlayCommon reference"
 > git rev-list --no-walk 87ae510d85ae0b56f6a0a0d7a8628072d3d6ea83 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.TabOverlayCommon.url # timeout=10
 > git config -f .gitmodules --get submodule.TabOverlayCommon.path # timeout=10
 > git submodule update --init --recursive TabOverlayCommon # timeout=10
[Set GitHub commit status (universal)] PENDING on repos [GHRepository@703a333c[nodeId=MDEwOlJlcG9zaXRvcnkxNDc4NDU5MDY=,description=<null>,homepage=<null>,name=AdvancedTabOverlay,license=<null>,fork=false,archived=false,size=212,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/CodeCrafter47/AdvancedTabOverlay,id=147845906,nodeId=<null>,createdAt=2018-09-07T16:02:48Z,updatedAt=2020-07-02T07:12:09Z]] (sha:df1c303) with context:AdvancedTabOverlay
Setting commit status on GitHub for https://github.com/CodeCrafter47/AdvancedTabOverlay/commit/df1c3034d8192f9db578ae6a6792b7c7aff75205
[AdvancedTabOverlay] $ /bin/sh -xe /tmp/jenkins201055927520756059.sh
+ ./gradlew clean shadowJar
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :TabOverlayCommon:compileJava
> Task :clean
> Task :TabOverlayCommon:processResources UP-TO-DATE
> Task :TabOverlayCommon:classes
> Task :TabOverlayCommon:jar

> Task :compileJava
Note: /var/lib/jenkins/workspace/AdvancedTabOverlay/src/main/java/de/codecrafter47/taboverlay/bukkit/internal/ATODataAccess.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :processResources
> Task :classes
> Task :shadowJar

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 56s
4 actionable tasks: 4 executed
Archiving artifacts
[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@27265bbb[nodeId=MDEwOlJlcG9zaXRvcnkxNDc4NDU5MDY=,description=<null>,homepage=<null>,name=AdvancedTabOverlay,license=<null>,fork=false,archived=false,size=212,milestones={},language=Java,commits={},source=<null>,parent=<null>,url=https://api.github.com/repos/CodeCrafter47/AdvancedTabOverlay,id=147845906,nodeId=<null>,createdAt=2018-09-07T16:02:48Z,updatedAt=2020-07-02T07:14:32Z]] (sha:df1c303) with context:AdvancedTabOverlay
Setting commit status on GitHub for https://github.com/CodeCrafter47/AdvancedTabOverlay/commit/df1c3034d8192f9db578ae6a6792b7c7aff75205
Finished: SUCCESS