We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a5df2 commit 5713111Copy full SHA for 5713111
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -633,6 +633,8 @@ object projects:
633
sbtTestCommand =
634
List(
635
removeRelease8("coreJVM", "coreJS"), // io/test currently fails JDK9+
636
+ "show coreJVM/Compile/scalacOptions",
637
+ "show coreJS/Compile/scalacOptions",
638
"coreJVM/test; coreJS/test;"
639
).mkString("; "),
640
sbtPublishCommand = "coreJVM/publishLocal; coreJS/publishLocal",
0 commit comments