We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c0ced commit 4da8055Copy full SHA for 4da8055
benchmarks/build.gradle
@@ -58,7 +58,7 @@ tasks.register("copyPainless", Copy) {
58
59
tasks.named("run").configure {
60
executable = "${BuildParams.runtimeJavaHome}/bin/java"
61
- jvmArgs << "-Dplugins.dir=${buildDir}/plugins" << "-Dtests.index=${buildDir}/index"
+ args << "-Dplugins.dir=${buildDir}/plugins" << "-Dtests.index=${buildDir}/index"
62
dependsOn "copyExpression", "copyPainless"
63
}
64
0 commit comments