Compile with jdk9, targeting jdk8 (#24711)

This commit is contained in:
Arnout Engelen 2018-07-02 16:38:07 +02:00 committed by GitHub
parent e94d011cbd
commit 8ba48c0adc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 290 additions and 50 deletions

View file

@ -340,7 +340,7 @@ lazy val stream = akkaModule("akka-stream")
.settings(AutomaticModuleName.settings("akka.stream"))
.settings(OSGi.stream)
.settings(Protobuf.settings)
.enablePlugins(BoilerplatePlugin)
.enablePlugins(BoilerplatePlugin, Jdk9)
lazy val streamTestkit = akkaModule("akka-stream-testkit")
.dependsOn(stream, testkit % "compile->compile;test->test")