[Repo] Don't use kotlinOptions in repo build scripts
^KT-63419 In Progress
This commit is contained in:
committed by
Space Team
parent
22e1e79c41
commit
6b19b8b9d0
@@ -61,9 +61,7 @@ if (!useCustomDist) {
|
||||
}
|
||||
|
||||
compileTestKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xskip-prerelease-check"
|
||||
}
|
||||
compilerOptions.freeCompilerArgs.add("-Xskip-prerelease-check")
|
||||
}
|
||||
|
||||
// Do not generate run tasks for konan built artifacts
|
||||
@@ -1384,7 +1382,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
compileNopPluginKotlin {
|
||||
kotlinOptions.freeCompilerArgs += ['-Xskip-prerelease-check']
|
||||
compilerOptions.freeCompilerArgs.add('-Xskip-prerelease-check')
|
||||
}
|
||||
|
||||
Task pluginTest(String name, String pluginName, Closure configureClosure) {
|
||||
|
||||
Reference in New Issue
Block a user