From 6daefa0a729b228053837ec1ff86989033ea92e3 Mon Sep 17 00:00:00 2001 From: JingZhang Chen Date: Fri, 26 Jan 2024 10:28:09 +0800 Subject: [PATCH] improve describe --- project/Jdk9.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Jdk9.scala b/project/Jdk9.scala index 6573e2088b..a30237d69a 100644 --- a/project/Jdk9.scala +++ b/project/Jdk9.scala @@ -52,7 +52,7 @@ object Jdk9 extends AutoPlugin { // so we add them to the fullClasspath instead. // Compile / packageBin / mappings // ++= (CompileJdk9 / products).value.flatMap(Path.allSubpaths), - // After sbt-osgi 0.9.5, there not use fullClasspath as package source, so we have to + // 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)