SuccessConsole Output

Started by GitHub push by Johni0702
Building in workspace /var/lib/jenkins/workspace/NoteBlockAPI
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:Johni0702/NoteBlockAPI.git # timeout=10
Fetching upstream changes from git@github.com:Johni0702/NoteBlockAPI.git
 > git --version # timeout=10
using GIT_SSH to set credentials Default deployment key
 > git -c core.askpass=true fetch --tags --progress git@github.com:Johni0702/NoteBlockAPI.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 1daa4bed4b78cfeaf85b2e8658402fba19e74289 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1daa4bed4b78cfeaf85b2e8658402fba19e74289
 > git rev-list fb1ae63dafe1967c2cd35a6ac485a2b51a03ff15 # timeout=10
[Gradle] - Launching build.
[NoteBlockAPI] $ /var/lib/jenkins/workspace/NoteBlockAPI/gradlew clean install
:noteblock-api:clean
:noteblock-impl:clean
:noteblock-api:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning

:noteblock-api:processResources
:noteblock-api:classes
:noteblock-api:jar
:noteblock-api:javadoc
:noteblock-api:javadocJar
:noteblock-api:sourcesJar
:noteblock-api:install
:noteblock-impl:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.7
1 warning

:noteblock-impl:processResources
:noteblock-impl:classes
:noteblock-impl:jar
:noteblock-impl:javadoc
:noteblock-impl:javadocJar
:noteblock-impl:sourcesJar
:noteblock-impl:install

BUILD SUCCESSFUL

Total time: 34.789 secs
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
Finished: SUCCESS