Console Output

Started by GitHub push by MinnDevelopment
Started by GitHub push by MinnDevelopment
Building in workspace C:\Program Files (x86)\Jenkins\jobs\JDA\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/JDA.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/JDA.git
 > git.exe --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git.exe fetch --tags --progress https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/*
 > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 64b1b9f0c95a2b417a9ff5f48307324b43c33b9b (refs/remotes/origin/master)
Commit message: "Changed audio connection requests (#457)"
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 64b1b9f0c95a2b417a9ff5f48307324b43c33b9b
 > git.exe rev-list 90653ee5baf1790d9455ca43fb72535a803a0107 # timeout=10
[Gradle] - Launching build.
[workspace] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\jobs\JDA\workspace\gradlew.bat"' -Dgradle.user.home=C:/Users/Austin/.gradle/ bintrayUpload && exit %%ERRORLEVEL%%"
Starting a Gradle Daemon (subsequent builds will be faster)
:clean
:sourcesForRelease
:compileJavaNote: C:\Program Files (x86)\Jenkins\jobs\JDA\workspace\build\filteredSrc\net\dv8tion\jda\core\entities\impl\GuildImpl.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.

:processResources
:classes
:jar
:assemble
:compileTestJava NO-SOURCE
:processTestResources NO-SOURCE
:testClasses UP-TO-DATE
:test NO-SOURCE
:check UP-TO-DATE
:javadoc
:javadocJar
:sourcesJar
:shadowJar
:build
:generatePomFileForBintrayReleasePublication
:publishBintrayReleasePublicationToMavenLocal
:bintrayUpload

BUILD SUCCESSFUL in 59s
12 actionable tasks: 12 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Publishing Javadoc
Finished: SUCCESS