fix compile on jdk8
This commit is contained in:
parent
6daefa0a72
commit
2d10586ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ object Jdk9 extends AutoPlugin {
|
|||
// Since sbt-osgi upgrade to 0.9.5, the fullClasspath is no longer used on packaging when use sbt-osgi, so we have to
|
||||
// add jdk9 products to dependencyClasspathAsJars instead.
|
||||
// Compile / fullClasspath ++= (CompileJdk9 / exportedProducts).value)
|
||||
Compile / dependencyClasspathAsJars ++= (CompileJdk9 / exportedProducts).value)
|
||||
Compile / dependencyClasspathAsJars ++= notOnJdk8((CompileJdk9 / exportedProducts).value))
|
||||
|
||||
lazy val testSettings = Seq((Test / test) := {
|
||||
(Test / test).value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue