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

@ -39,6 +39,7 @@ object Release extends ParadoxKeys {
IO.copyDirectory(japi, release / "japi" / "akka" / releaseVersion)
IO.copyDirectory(docs, release / "docs" / "akka" / releaseVersion)
println(repo)
state3
}