mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 12:21:23 +00:00
[Kotlin] Remove download benchmark files dependency (#7314)
There was a step in the compilation process where benchmark data is downloaded before starting the kotlin compilation process. Since we are not running benchmark on CI anymore, we remove the dependency. To run benchmarks the download task needs to be executed manually.
This commit is contained in:
@@ -76,7 +76,3 @@ tasks.register<de.undercouch.gradle.tasks.download.Download>("downloadMultipleFi
|
||||
dest(File("${project.projectDir.absolutePath}/src/jvmMain/resources"))
|
||||
overwrite(false)
|
||||
}
|
||||
|
||||
project.tasks.named("compileKotlinJvm") {
|
||||
dependsOn("downloadMultipleFiles")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user