[minor] fix Gradle test broken on the build refactoring
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ kotlin.target.compilations {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val runBenchmark by tasks.registering<JavaExec> {
|
val runBenchmark by tasks.registering(JavaExec::class) {
|
||||||
classpath = kotlin.target.compilations["benchmark"].run { runtimeDependencyFiles + output.allOutputs }
|
classpath = kotlin.target.compilations["benchmark"].run { runtimeDependencyFiles + output.allOutputs }
|
||||||
main = "com.example.ABenchmarkKt"
|
main = "com.example.ABenchmarkKt"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user