Build: Fix usages of apis deprecated in Gradle 8

This commit is contained in:
Vyacheslav Gerasimov
2023-03-19 16:10:37 +01:00
committed by Space Team
parent bd9f096cfd
commit 76c54a8ff3
10 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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) {