Option to target system JDK instead of JDK8 (#27083)

Inspired by the proposal by @nvollmar in 0940dfc
This commit is contained in:
Arnout Engelen 2019-06-17 16:55:54 +02:00 committed by GitHub
parent 51789515f2
commit af3ee37d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 20 deletions

View file

@ -23,7 +23,6 @@ import spray.boilerplate.BoilerplatePlugin
initialize := {
// Load system properties from a file to make configuration from Jenkins easier
loadSystemProperties("project/akka-build.properties")
assert(CrossJava.Keys.fullJavaHomes.value.contains("8"), "JDK 8 is not installed but required to build akka")
initialize.value
}