Remove obsolete options
This commit is contained in:
@@ -79,8 +79,3 @@ projectTest {
|
|||||||
systemProperty("robolectric.classpath", robolectricClasspathProvider.get())
|
systemProperty("robolectric.classpath", robolectricClasspathProvider.get())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: could be removed after bootstrap
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
|
|
||||||
}
|
|
||||||
@@ -57,8 +57,3 @@ projectTest(parallel = true, jUnitMode = JUnitMode.JUnit5) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
val generateTests by generator("org.jetbrains.kotlinx.serialization.TestGeneratorKt")
|
val generateTests by generator("org.jetbrains.kotlinx.serialization.TestGeneratorKt")
|
||||||
|
|
||||||
//TODO: could be removed after bootstrap
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
|
|
||||||
}
|
|
||||||
@@ -118,8 +118,3 @@ projectTest(jUnitMode = JUnitMode.JUnit5) {
|
|||||||
println(filter.includePatterns)
|
println(filter.includePatterns)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: could be removed after bootstrap
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
|
|
||||||
}
|
|
||||||
@@ -55,8 +55,3 @@ javadocJar()
|
|||||||
projectTest {
|
projectTest {
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: could be removed after bootstrap
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
|
|
||||||
kotlinOptions.freeCompilerArgs += "-Xjvm-default=compatibility"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user