You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
18
+
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-enum-classes"), // make sure the java classes are visible at runtime
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
16
+
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-generic-classes"), // make sure the java classes are visible at runtime
fork :=true, // we have to fork the JVM if we actually want to run the code with correct failure semantics
16
+
Runtime/ unmanagedClasspath +=Attributed.blank((ThisBuild/ baseDirectory).value /"a-result-types-classes"), // make sure the java classes are visible at runtime
0 commit comments