Ensure all required plugins are installed for benchmarks

This commit is contained in:
Yahor Berdnikau
2022-07-12 22:46:20 +02:00
parent 8d5c6297c7
commit c55a6c1453
2 changed files with 2 additions and 2 deletions
@@ -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 {