Started by GitHub push by DV8FromTheWorld 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 .gitcredentials to set credentials > git.exe config --local credential.username DV8FromTheWorld # timeout=10 > git.exe config --local credential.helper store --file=\"C:\Windows\TEMP\git7201050152482974000.credentials\" # timeout=10 > git.exe -c core.askpass=true fetch --tags --progress https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/* > git.exe config --local --remove-section credential # timeout=10 > 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 37b2c08693e235dd36fb05a091553b44e56eefcd (refs/remotes/origin/master) > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f 37b2c08693e235dd36fb05a091553b44e56eefcd > git.exe rev-list 8a19c275fee6f4e0c5c2220b7b0583e5dd8c675b # 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, 1 busy Daemon could not be reused, use --status for details :clean :sourcesForRelease :compileJavaNote: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. :processResources :classes :jar :assemble :compileTestJava UP-TO-DATE :processTestResources UP-TO-DATE :testClasses UP-TO-DATE :test UP-TO-DATE :check UP-TO-DATE :javadoc :javadocJar :sourcesJar :shadowJar :build :generatePomFileForBintrayReleasePublication :publishBintrayReleasePublicationToMavenLocal :bintrayUpload BUILD SUCCESSFUL Total time: 49.981 secs Build step 'Invoke Gradle script' changed build result to SUCCESS Archiving artifacts Publishing Javadoc Finished: SUCCESS