parent
f18f2c6559
commit
7075c7ad26
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import akka.{ AutomaticModuleName, CopyrightHeaderForBuild, ParadoxSupport, ScalafixIgnoreFilePlugin }
|
import akka.{ AutomaticModuleName, CopyrightHeaderForBuild, CrossJava, ParadoxSupport, ScalafixIgnoreFilePlugin }
|
||||||
|
|
||||||
enablePlugins(
|
enablePlugins(
|
||||||
UnidocRoot,
|
UnidocRoot,
|
||||||
|
|
@ -23,6 +23,7 @@ import spray.boilerplate.BoilerplatePlugin
|
||||||
initialize := {
|
initialize := {
|
||||||
// Load system properties from a file to make configuration from Jenkins easier
|
// Load system properties from a file to make configuration from Jenkins easier
|
||||||
loadSystemProperties("project/akka-build.properties")
|
loadSystemProperties("project/akka-build.properties")
|
||||||
|
assert(CrossJava.Keys.fullJavaHomes.value.contains("8"), "JDK 8 is not installed but required to build akka")
|
||||||
initialize.value
|
initialize.value
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue