Ensure all required plugins are installed for benchmarks
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ index 77b11869..9a6d9ea2 100644
|
||||
|
||||
ext {
|
||||
- kotlin_version = '1.6.21'
|
||||
+ kotlin_version = '1.8.255-SNAPSHOT'
|
||||
+ kotlin_version = '<kotlin_version>'
|
||||
spotless = "6.1.2"
|
||||
- anvil_version = "2.4.0"
|
||||
+ anvil_version = "2.4.1"
|
||||
|
||||
@@ -57,7 +57,7 @@ fun addBenchmarkTask(
|
||||
group = "Gradle Regression Benchmark"
|
||||
description = "Runs regression benchmark from $script"
|
||||
|
||||
dependsOn(":kotlin-gradle-plugin:install")
|
||||
dependsOnKotlinGradlePluginInstall()
|
||||
|
||||
outputs.upToDateWhen { false }
|
||||
javaLauncher.set(service.launcherFor {
|
||||
|
||||
Reference in New Issue
Block a user