Console Output

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 695f6c9b29b9fdc50a01575f79f826283c41788f (refs/remotes/origin/development)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f 695f6c9b29b9fdc50a01575f79f826283c41788f
Commit message: "Fixed a case where a PrivateMessageUpdateEvent would trigger a GroupMessageUpdateEvent"
 > git.exe rev-list ec6fcb524c4d16c6ee1288aac24f38e54f9aae07 # 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%%"
:clean
:sourcesForRelease
:compileJavaNote: Some input files use or override 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
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 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':bintrayUpload'.
> Could not upload to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/3.3.1_309/net/dv8tion/JDA/3.3.1_309/JDA-3.3.1_309.jar': HTTP/1.1 409 Conflict [message:Unable to upload files: An artifact with the path 'net/dv8tion/JDA/3.3.1_309/JDA-3.3.1_309.jar' already exists]

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

* Get more help at https://help.gradle.org

BUILD FAILED in 47s
12 actionable tasks: 12 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Publishing Javadoc
Finished: FAILURE