Console Output

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 2f3eab7a062f813b49a9be062dcd7f31d6e7ce75 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2f3eab7a062f813b49a9be062dcd7f31d6e7ce75 # timeout=10
Commit message: "Replace headings with bold"
 > git rev-list --no-walk 93c8c5aa8fe55615c79ea8424ce71c7f470f8857 # 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 :initializeSonatypeStagingRepository SKIPPED
> 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 :sourcesJar

> Task :javadoc
/var/jenkins_home/workspace/JDA5/src/main/java/net/dv8tion/jda/api/entities/Message.java:270: error: unexpected heading used: <H3>, compared to implicit preceding heading: <H3>
     * <h3>Example</h3>
       ^
1 error

> Task :javadoc FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':javadoc'.
> Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/var/jenkins_home/workspace/JDA5/build/tmp/javadoc/javadoc.options'

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

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

BUILD FAILED in 46s
8 actionable tasks: 8 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