Started by GitHub push by DV8FromTheWorld Building in workspace C:\Program Files (x86)\Jenkins\jobs\Yui\workspace > git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git.exe config remote.origin.url https://github.com/DV8FromTheWorld/Yui.git # timeout=10 Fetching upstream changes from https://github.com/DV8FromTheWorld/Yui.git > git.exe --version # timeout=10 using GIT_ASKPASS to set credentials > git.exe fetch --tags --progress https://github.com/DV8FromTheWorld/Yui.git +refs/heads/*:refs/remotes/origin/* Seen branch in repository origin/2.0 Seen branch in repository origin/PreBootloader Seen branch in repository origin/develop Seen branch in repository origin/master Seen 4 remote branches > git.exe tag -l # timeout=10 > git.exe rev-parse "refs/tags/v0.1^{commit}" # timeout=10 Checking out Revision 01ddd9272a8bb2d04e213efb8563450d15b410a5 (origin/master) Commit message: "Made Google search use medium safe-search preset (#11)" > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f 01ddd9272a8bb2d04e213efb8563450d15b410a5 > git.exe rev-list cb10f8779afe84b4373d05ce8889b2342c0fa6d4 # timeout=10 [Gradle] - Launching build. [workspace] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\jobs\Yui\workspace\gradlew.bat"' clean assemble && exit %%ERRORLEVEL%%" :clean :processVersion :compileJava :processResources UP-TO-DATE :classes :jdactionMain :fatJar :jar :javadocC:\Program Files (x86)\Jenkins\jobs\Yui\workspace\src\main\java\net\dv8tion\discord\Permissions.java:95: warning: no description for @throws * @throws SQLException ^ C:\Program Files (x86)\Jenkins\jobs\Yui\workspace\src\main\java\net\dv8tion\discord\Permissions.java:120: warning: no @throws for java.sql.SQLException public boolean removeOp(String userId) throws SQLException ^ 2 warnings :javadocJar :sourcesJar :assemble BUILD SUCCESSFUL Total time: 23.657 secs Build step 'Invoke Gradle script' changed build result to SUCCESS Archiving artifacts Finished: SUCCESS