We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0093cb commit 798f160Copy full SHA for 798f160
traceview/package.mill
@@ -29,7 +29,7 @@ object `package` extends build.ScalaConfigs:
29
def forkArgs = super.forkArgs() ++ Seq(
30
"--enable-native-access=javafx.graphics",
31
"--module-path",
32
- runModulePath().map(_.path).mkString(":"),
+ runModulePath().map(_.path).mkString(System.getProperty("path.separator")),
33
"--add-modules",
34
"ALL-MODULE-PATH",
35
"-Dprism.verbose=true",
0 commit comments