Suppress "runtime JAR files version mismatch" warnings in some plugins
This commit is contained in:
@@ -46,4 +46,10 @@ val pill by tasks.creating {
|
||||
val unpill by tasks.creating {
|
||||
dependsOn(jar)
|
||||
doLast { runPillTask("unpill") }
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs = freeCompilerArgs + "-Xskip-runtime-version-check"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user