[build][build-tools] drop prerelease check

This commit is contained in:
Vasily Levchenko
2020-07-06 12:47:52 +02:00
parent 9b300fcf50
commit 43877a504c
+1 -1
View File
@@ -90,7 +90,7 @@ val compileGroovy: GroovyCompile by tasks
// https://youtrack.jetbrains.com/issue/KT-37435
compileKotlin.apply {
kotlinOptions.freeCompilerArgs += "-Xno-optimized-callable-references"
kotlinOptions.freeCompilerArgs += listOf("-Xno-optimized-callable-references", "-Xskip-prerelease-check")
}
// Add Kotlin classes to a classpath for the Groovy compiler