Fix warnings in compiler code and tests
This commit is contained in:
committed by
Alexander Udalov
parent
ebfbc2f601
commit
d9efc2d922
@@ -17,9 +17,12 @@ sourceSets {
|
||||
"test" {}
|
||||
}
|
||||
|
||||
val compileKotlin: org.jetbrains.kotlin.gradle.tasks.KotlinCompile by tasks
|
||||
compileKotlin.kotlinOptions.freeCompilerArgs += "-Xskip-runtime-version-check"
|
||||
|
||||
val mutesPackageName = "org.jetbrains.kotlin.test.mutes"
|
||||
|
||||
application {
|
||||
mainClassName = "$mutesPackageName.MutedTestsSyncKt"
|
||||
applicationDefaultJvmArgs = rootProject.properties.filterKeys { it.startsWith(mutesPackageName) }.map { (k, v) -> "-D$k=$v" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user