Option to target system JDK instead of JDK8 (#27083)
Inspired by the proposal by @nvollmar in 0940dfc
This commit is contained in:
parent
51789515f2
commit
af3ee37d6c
3 changed files with 55 additions and 20 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue