Suppress "runtime JAR files version mismatch" warnings in some plugins
This commit is contained in:
@@ -23,6 +23,10 @@ dependencies {
|
||||
embedded(project(":kotlinx-serialization-compiler-plugin")) { transitive = false }
|
||||
}
|
||||
|
||||
tasks.withType(project.compileKotlin.class) {
|
||||
kotlinOptions.freeCompilerArgs += ["-Xskip-runtime-version-check"]
|
||||
}
|
||||
|
||||
jar {
|
||||
manifestAttributes(manifest, project)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user