Build: Fix usages of apis deprecated in Gradle 8
This commit is contained in:
committed by
Space Team
parent
bd9f096cfd
commit
76c54a8ff3
@@ -89,7 +89,7 @@ tasks.register<JavaExec>("runBenchmark") {
|
||||
|
||||
val benchmarkJarPath = "$buildDir/benchmarks/main/jars/benchmarks.jar"
|
||||
args = mutableListOf("-Didea.home.path=$ideaHome", benchmarkJarPath, "-rf", "json", "-rff", resultFilePath) + jmhArgs.split("\\s".toRegex())
|
||||
main = "-jar"
|
||||
mainClass.set("-jar")
|
||||
|
||||
doLast {
|
||||
if (project.kotlinBuildProperties.isTeamcityBuild) {
|
||||
|
||||
Reference in New Issue
Block a user