We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93378b commit f3acac7Copy full SHA for f3acac7
1 file changed
build.upload
@@ -9,6 +9,8 @@ test {
9
maxParallelForks = Math.max(1, (int)(Runtime.getRuntime().availableProcessors() / 2))
10
}
11
12
+test.dependsOn("jar")
13
+
14
def findJVM() {
15
String[] java8Paths = new String[5]
16
java8Paths[0] = "/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/"
0 commit comments