Skip to content

Commit 5713111

Browse files
committed
I can't have fatal erros locally...
1 parent c1a5df2 commit 5713111

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,8 @@ object projects:
633633
sbtTestCommand =
634634
List(
635635
removeRelease8("coreJVM", "coreJS"), // io/test currently fails JDK9+
636+
"show coreJVM/Compile/scalacOptions",
637+
"show coreJS/Compile/scalacOptions",
636638
"coreJVM/test; coreJS/test;"
637639
).mkString("; "),
638640
sbtPublishCommand = "coreJVM/publishLocal; coreJS/publishLocal",

0 commit comments

Comments
 (0)