[minor] fix Gradle test broken on the build refactoring

This commit is contained in:
Ilya Chernikov
2019-09-28 17:50:45 +02:00
parent 4d19299e95
commit 3220101c7b
@@ -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 }
main = "com.example.ABenchmarkKt"
}