Console Output

Started by GitHub push by MinnDevelopment
Building in workspace /var/jenkins_home/workspace/JDA4-Beta
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/DV8FromTheWorld/JDA.git # timeout=10
Fetching upstream changes from https://github.com/DV8FromTheWorld/JDA.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/development^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/development^{commit} # timeout=10
Checking out Revision 8e9f7c3852f12113574c3d7ebcdbdf0879258304 (refs/remotes/origin/development)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e9f7c3852f12113574c3d7ebcdbdf0879258304
Commit message: "Use HashMap in favor of LinkedHashMap"
 > git rev-list --no-walk 4e94a85d17794ef65c2c1289e4d00d169f6c2ea5 # timeout=10
[Gradle] - Launching build.
[JDA4-Beta] $ /var/jenkins_home/workspace/JDA4-Beta/gradlew bintrayUpload
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :sourcesForRelease
> Task :generateJavaSources
> Task :compileJava
> Task :processResources NO-SOURCE
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
> Task :check

> Task :javadoc
/var/jenkins_home/workspace/JDA4-Beta/src/main/java/net/dv8tion/jda/api/entities/TextChannel.java:115: error: reference not found
     *     <br>The {@link net.dv8tion.jda.api.Permission.VIEW_CHANNEL VIEW_CHANNEL} permission was removed</li>
                          ^
1 error

> Task :javadocJar
> Task :sourcesJar
> Task :shadowJar
> Task :noOpusJar
> Task :build
> Task :generatePomFileForBintrayReleasePublication
> Task :publishBintrayReleasePublicationToMavenLocal

> Task :bintrayUpload
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19-javadoc.jar...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19-javadoc.jar'.
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19-sources.jar...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19-sources.jar'.
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19.jar...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19.jar'.
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19.pom...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.BETA.0_19/net/dv8tion/JDA/4.BETA.0_19/JDA-4.BETA.0_19.pom'.

> Task :bintrayPublish

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