Console Output

Started by GitHub push by kantenkugel
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/JDA-Butler
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/Almighty-Alpaca/JDA-Butler.git # timeout=10
Fetching upstream changes from https://github.com/Almighty-Alpaca/JDA-Butler.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/Almighty-Alpaca/JDA-Butler.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 d45edef3cfa83f149c290f116234eca887347f20 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d45edef3cfa83f149c290f116234eca887347f20 # timeout=10
Commit message: "Merge pull request #64 from Almighty-Alpaca/testing"
 > git rev-list --no-walk fc8abbb80088f0b83d881fc754e58f0d170dbf2d # timeout=10
[Gradle] - Launching build.
[JDA-Butler] $ /var/jenkins_home/workspace/JDA-Butler/gradlew clean shadowJar
Downloading https://services.gradle.org/distributions/gradle-6.5-bin.zip
.................................................................................................

Welcome to Gradle 6.5!

Here are the highlights of this release:
 - Experimental file-system watching
 - Improved version ordering
 - New samples

For more details see https://docs.gradle.org/6.5/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :bot:clean
> Task :launcher:clean

> Task :bot:compileJava
Note: /var/jenkins_home/workspace/JDA-Butler/bot/src/main/java/com/almightyalpaca/discord/jdabutler/commands/Dispatcher.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :bot:processResources
> Task :bot:classes
> Task :bot:shadowJar
> Task :launcher:compileJava
> Task :launcher:processResources
> Task :launcher:classes
> Task :launcher:shadowJar

BUILD SUCCESSFUL in 1m 10s
8 actionable tasks: 8 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Recording fingerprints
Archiving artifacts
Finished: SUCCESS