parent
67a9e62254
commit
0953e7aee3
41 changed files with 156 additions and 368 deletions
|
|
@ -2,9 +2,11 @@ name := "akka-docs-java-lambda"
|
|||
|
||||
version := "2.4-SNAPSHOT"
|
||||
|
||||
scalaVersion := "2.11.5"
|
||||
scalaVersion := "2.11.6"
|
||||
|
||||
javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
|
||||
javacOptions in compile ++= Seq("-encoding", "UTF-8", "-source", "1.8", "-target", "1.8", "-Xlint")
|
||||
|
||||
javacOptions in doc ++= Seq("-encoding", "UTF-8", "-source", "1.8")
|
||||
|
||||
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v", "-a")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue