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/development^{commit}" # timeout=10
 > git.exe rev-parse "refs/remotes/origin/origin/development^{commit}" # timeout=10
Checking out Revision 8e2607f3dd7c32f185817c5de50940931c1be39a (refs/remotes/origin/development)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 8e2607f3dd7c32f185817c5de50940931c1be39a
Commit message: "Merge pull request #684 from DV8FromTheWorld/publicrolemention"
 > git.exe rev-list 385e25175a839e40ae170a01b827337c15a23bb4 # 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/ --no-daemon bintrayUpload && exit %%ERRORLEVEL%%"
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/C:/Users/Austin/.gradle/wrapper/dists/gradle-4.2.1-bin/dajvke9o8kmaxbu0kc5gcgeju/gradle-4.2.1/lib/groovy-all-2.4.12.jar) to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
:clean
:sourcesForRelease
:compileJava
: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
The SimpleWorkResult type has been deprecated and is scheduled to be removed in Gradle 5.0. Please use WorkResults.didWork() instead.
:build
:generatePomFileForBintrayReleasePublication
:publishBintrayReleasePublicationToMavenLocal
:bintrayUpload

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