Console Output

Started by GitHub push by MinnDevelopment
Started by GitHub push by MinnDevelopment
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/JDA5
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/JDA5/.git # 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 --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- https://github.com/DV8FromTheWorld/JDA.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 332d3e89e376b1ea6bf6a335c12ecae8f38af728 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 332d3e89e376b1ea6bf6a335c12ecae8f38af728 # timeout=10
Commit message: "Add support for attachment options (#2001)"
 > git rev-list --no-walk c3c1e2b24ae686a7a438b4ef1806cacb1c1df9a9 # timeout=10
[Gradle] - Launching build.
[JDA5] $ /var/jenkins_home/workspace/JDA5/gradlew clean release
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :clean
> Task :sourcesForRelease
> Task :generateJavaSources

> Task :compileJava
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/internal/entities/StageInstanceImpl.java:87: warning: [deprecation] isDiscoverable() in StageInstance has been deprecated
    public boolean isDiscoverable()
                   ^
1 warning

> Task :processResources NO-SOURCE
> Task :classes
> Task :jar
> Task :assemble
> Task :compileTestJava
> Task :processTestResources NO-SOURCE
> Task :testClasses
> Task :test
> Task :check
> Task :sourcesJar

> Task :javadoc
javadoc: error - Error fetching URL: https://square.github.io/okhttp/3.x/okhttp/
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/events/thread/ThreadRevealedEvent.java:27: error: reference not found
 * For example, if the bot is given the {@link net.dv8tion.jda.api.Permission.ADMINISTRATOR} permission, any thread channels that the bot could not previously see would be "revealed".
                                               ^
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/entities/ThreadChannel.java:64: error: self-closing element not allowed
     * <br/>
       ^
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/interactions/components/LayoutComponent.java:255: error: reference not found
     * <br>This will locate and replace the existing component by checking for {@link ItemComponent#equals(Object) equality}. If you provide null it will be removed instead.
                                                                                      ^
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/interactions/components/LayoutComponent.java:296: error: reference not found
     * <br>This will locate and replace the existing component by checking for {@link ItemComponent#equals(Object) equality}. If you provide null it will be removed instead.
                                                                                      ^
5 errors

> Task :javadocJar
> Task :compileExamplesJava
> Task :processExamplesResources NO-SOURCE
> Task :examplesClasses
> Task :shadowJar
> Task :minimalJar
> Task :noOpusJar
> Task :build
> Task :generateMetadataFileForReleasePublication
> Task :generatePomFileForReleasePublication
> Task :initializeSonatypeStagingRepository SKIPPED
> Task :signReleasePublication
> Task :publishReleasePublicationToSonatypeRepository SKIPPED
> Task :closeRepository SKIPPED
> Task :releaseRepository SKIPPED
> Task :closeAndReleaseRepository UP-TO-DATE
> Task :release SKIPPED

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