Add missing JVM toolchain into :benchmarksAnalyzer:buildSrc
It fixes Java and Kotlin targets non-equality.
This commit is contained in:
committed by
Space Team
parent
a14d0d148b
commit
737fdf31f9
@@ -27,6 +27,10 @@ plugins {
|
||||
//kotlin("multiplatform")
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(8)
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user