Skip to content

Commit 4da8055

Browse files
authored
Fix microbenchmarks build (#95385)
Fix build error when running microbenchmarks suite
1 parent c2c0ced commit 4da8055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks.register("copyPainless", Copy) {
5858

5959
tasks.named("run").configure {
6060
executable = "${BuildParams.runtimeJavaHome}/bin/java"
61-
jvmArgs << "-Dplugins.dir=${buildDir}/plugins" << "-Dtests.index=${buildDir}/index"
61+
args << "-Dplugins.dir=${buildDir}/plugins" << "-Dtests.index=${buildDir}/index"
6262
dependsOn "copyExpression", "copyPainless"
6363
}
6464

0 commit comments

Comments
 (0)