Console Output

Started by GitHub push by DV8FromTheWorld
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/Yui
The recommended git tool is: NONE
using credential Github/Kantenkugel
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/Yui/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/DV8FromTheWorld/Yui.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/Yui.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials 
 > git fetch --tags --force --progress -- https://github.com/DV8FromTheWorld/Yui.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/2.0
Seen branch in repository origin/PreBootloader
Seen branch in repository origin/master
Seen 3 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 5ef26d486c55e4f7bd4ebceb96345a12dca2adc0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5ef26d486c55e4f7bd4ebceb96345a12dca2adc0 # timeout=10
Commit message: "Switch to different lavaplayer fork. v1.3.93"
 > git rev-list --no-walk 933fe6f7532713e5dd63d7d2aa934300e9beee9a # timeout=10
[Gradle] - Launching build.
[Yui] $ /var/jenkins_home/workspace/Yui/gradlew clean assemble
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :processVersion

> Task :compileJava
Note: /var/jenkins_home/workspace/Yui/build/filtered/net/dv8tion/discord/bridge/IrcConnectInfo.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :processResources NO-SOURCE
> Task :classes
> Task :jar
> Task :startScripts
> Task :distTar
> Task :distZip

> Task :javadoc
javadoc: warning - You have not specified the version of HTML to use.
The default is currently HTML 4.01, but this will change to HTML5
in a future release. To suppress this warning, please specify the
version of HTML used in your documentation comments and to be
generated by this doclet, using the -html4 or -html5 options.
1 warning

> Task :javadocJar
> Task :shadowJar
> Task :startShadowScripts
> Task :shadowDistTar
> Task :shadowDistZip
> Task :sourcesJar
> Task :assemble

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.7/userguide/command_line_interface.html#sec:command_line_warnings

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