Update tests after switching to LV 1.9
This commit is contained in:
committed by
Space Team
parent
66544a4e00
commit
88efa6bfb6
+18
-11
@@ -239,17 +239,24 @@ abstract class ExecutionStrategyIT : KGPDaemonsBaseTest() {
|
||||
}
|
||||
|
||||
protected open fun setupProject(project: TestProject) {
|
||||
project.subProject("app").buildGradle.append(
|
||||
//language=Groovy
|
||||
"""
|
||||
|
|
||||
|tasks
|
||||
| .withType(org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile)
|
||||
| .configureEach {
|
||||
| kotlinOptions.allWarningsAsErrors = true
|
||||
| }
|
||||
""".trimMargin()
|
||||
)
|
||||
project.subProject("app").apply {
|
||||
buildGradle.append(
|
||||
//language=Groovy
|
||||
"""
|
||||
|tasks
|
||||
| .withType(org.jetbrains.kotlin.gradle.tasks.AbstractKotlinCompile)
|
||||
| .configureEach {
|
||||
| kotlinOptions.allWarningsAsErrors = true
|
||||
| }
|
||||
|
|
||||
|tasks
|
||||
| .withType(org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile)
|
||||
| .configureEach {
|
||||
| kotlinOptions.allWarningsAsErrors = false
|
||||
| }
|
||||
""".trimMargin()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
protected abstract fun BuildResult.checkOutput(project: TestProject)
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+2
-1
@@ -1,2 +1,3 @@
|
||||
kotlin.incremental.js.klib=true
|
||||
kotlin.incremental.js.ir=true
|
||||
kotlin.incremental.js.ir=true
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
# Project-wide Gradle settings.
|
||||
# IDE (e.g. Android Studio) users:
|
||||
# Gradle settings configured through the IDE *will override*
|
||||
# any settings specified in this file.
|
||||
# For more details on how to configure your build environment visit
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
# Project-wide Gradle settings.
|
||||
# IDE (e.g. Android Studio) users:
|
||||
# Gradle settings configured through the IDE *will override*
|
||||
# any settings specified in this file.
|
||||
# For more details on how to configure your build environment visit
|
||||
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
org.gradle.jvmargs=-Xmx1536m
|
||||
# When configured, Gradle will run in incubating parallel mode.
|
||||
# This option should only be used with decoupled projects. More details, visit
|
||||
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||
# org.gradle.parallel=true
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
-1
@@ -1 +1 @@
|
||||
kotlin.js.compiler=legacy
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
kotlin.js.compiler=legacy
|
||||
kotlin.js.compiler=legacy
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
kotlin.tests.individualTaskReports=true
|
||||
kotlin.tests.individualTaskReports=true
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
kotlin.mpp.enableCompatibilityMetadataVariant=true
|
||||
kotlin.mpp.enableCompatibilityMetadataVariant=true
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
kotlin.daemon.jvmargs=-Dkotlin.js.compiler.legacy.force_enabled=true
|
||||
Reference in New Issue
Block a user