Started by GitHub push by MinnDevelopment
Started by GitHub push by MinnDevelopment
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/JDA
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/* # timeout=10
> git rev-parse refs/remotes/origin/development^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/development^{commit} # timeout=10
Checking out Revision caf7d201434ea9dade0fa9f4b0497ef3fb272e20 (refs/remotes/origin/development)
> git config core.sparsecheckout # timeout=10
> git checkout -f caf7d201434ea9dade0fa9f4b0497ef3fb272e20 # timeout=10
Commit message: "Lazy Loading (#1046)"
> git rev-list --no-walk 258cdc3d923eaa3ee3c053cba531f9467ddc8ccc # timeout=10
[Gradle] - Launching build.
[JDA] $ /var/jenkins_home/workspace/JDA/gradlew bintrayUpload
Downloading https://services.gradle.org/distributions/gradle-6.0.1-bin.zip
..........................................................................................
Welcome to Gradle 6.0.1!
Here are the highlights of this release:
- Substantial improvements in dependency management, including
- Publishing Gradle Module Metadata in addition to pom.xml
- Advanced control of transitive versions
- Support for optional features and dependencies
- Rules to tweak published metadata
- Support for Java 13
- Faster incremental Java and Groovy compilation
- New Zinc compiler for Scala
- VS2019 support
- Support for Gradle Enterprise plugin 3.0
For more details see https://docs.gradle.org/6.0.1/release-notes.html
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
> Task :javadocJar
> Task :sourcesJar
> Task :shadowJar
> Task :minimalJar
> Task :noOpusJar
> Task :build
> Task :generateMetadataFileForBintrayReleasePublication
> Task :generatePomFileForBintrayReleasePublication
> Task :publishBintrayReleasePublicationToMavenLocal
> Task :bintrayUpload
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69-javadoc.jar...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69-javadoc.jar'.
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69-sources.jar...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69-sources.jar'.
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69.jar...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69.jar'.
Uploading to https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69.pom...
Uploaded to 'https://api.bintray.com/content/dv8fromtheworld/maven/JDA/4.0.0_69/net/dv8tion/JDA/4.0.0_69/JDA-4.0.0_69.pom'.
> Task :bintrayPublish
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 2m 47s
17 actionable tasks: 17 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Publishing Javadoc
Finished: SUCCESS