Console Output

Started by GitHub push by DV8FromTheWorld
Building in workspace C:\Program Files (x86)\Jenkins\jobs\Yui\workspace
 > git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git.exe config remote.origin.url https://github.com/DV8FromTheWorld/Yui.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/Yui.git
 > git.exe --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git.exe fetch --tags --progress https://github.com/DV8FromTheWorld/Yui.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/2.0
Seen branch in repository origin/PreBootloader
Seen branch in repository origin/develop
Seen branch in repository origin/master
Seen 4 remote branches
 > git.exe tag -l # timeout=10
 > git.exe rev-parse "refs/tags/v0.1^{commit}" # timeout=10
Checking out Revision 2a4eb35ab44fe47f7112dd5ccd08ec5f6586e7ae (origin/master)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 2a4eb35ab44fe47f7112dd5ccd08ec5f6586e7ae
Commit message: "Eval now catches all exceptions"
 > git.exe rev-list c005130a986487b6540d3cf0ccdab2ea5f3f1254 # timeout=10
[Gradle] - Launching build.
[workspace] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\jobs\Yui\workspace\gradlew.bat"' clean assemble && exit %%ERRORLEVEL%%"
Starting a Gradle Daemon (subsequent builds will be faster)
:clean
:processVersion
:compileJavaNote: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

:processResources NO-SOURCE
:classes
:jdactionMain
:fatJar
:jar
:javadoc
:javadocJar
:sourcesJar
:assemble

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
See https://docs.gradle.org/4.5.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 30s
9 actionable tasks: 9 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS