[build][tests] drop prerelease check
This commit is contained in:
@@ -100,6 +100,13 @@ ext.testLibraryDir = "${project.property("konan.home")}/klib/platform/${project.
|
|||||||
// Add executor to run tests depending on a target
|
// Add executor to run tests depending on a target
|
||||||
project.convention.plugins.executor = ExecutorServiceKt.create(project)
|
project.convention.plugins.executor = ExecutorServiceKt.create(project)
|
||||||
|
|
||||||
|
|
||||||
|
compileTestKotlin {
|
||||||
|
kotlinOptions {
|
||||||
|
freeCompilerArgs += "-Xskip-prerelease-check"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Do not generate run tasks for konan built artifacts
|
// Do not generate run tasks for konan built artifacts
|
||||||
ext.konanNoRun = true
|
ext.konanNoRun = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user