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
{{ message }}
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
if (Runtime.getRuntime().maxMemory() / (1024*1024) <800)
47
40
loggers foreach (_.warn(s"""Low heap size detected (~ ${Runtime.getRuntime().maxMemory() / (1024*1024)}M). Please add the following to your build.sbt: javaOptions in Test += "-Xmx1G""""))
@@ -56,15 +49,6 @@ case class SbtPartestTask(taskDef: TaskDef, args: Array[String]) extends Task {
56
49
Array()
57
50
}
58
51
59
-
typeSBTRunner= { defrun():Unit }
60
-
61
-
// use reflection to instantiate scala.tools.partest.nest.SBTRunner,
62
-
// casting to the structural type SBTRunner above so that method calls on the result will be invoked reflectively as well
0 commit comments