Console Output

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 b07be90b664d0b71aa9aa15cf3471864df54af79 (origin/master)
 > git.exe config core.sparsecheckout # timeout=10
 > git.exe checkout -f b07be90b664d0b71aa9aa15cf3471864df54af79
Commit message: "Fixed SearchResult's getTitle(). Fixes #14"
 > git.exe rev-list dc79cd7f664b953a79e4d89656983074247e4a06 # timeout=10
[Gradle] - Launching build.
[workspace] $ cmd.exe /C '""C:\Program Files (x86)\Jenkins\jobs\Yui\workspace\gradlew.bat"' clean assemble && exit %%ERRORLEVEL%%"

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '9.0.1'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Finished: FAILURE