[Gradle, JS] environment map as input, not nested
Merge-request: KT-MR-6326 Merged-by: Ilya Goncharov <Ilya.Goncharov@jetbrains.com> ^KT-51532 fixed
This commit is contained in:
+3
@@ -1021,6 +1021,9 @@ abstract class AbstractKotlin2JsGradlePluginIT(protected val irBackend: Boolean)
|
|||||||
build("build") {
|
build("build") {
|
||||||
checkIrCompilationMessage()
|
checkIrCompilationMessage()
|
||||||
|
|
||||||
|
// It makes sense only since Tests will be run on Gradle 7.2
|
||||||
|
assertOutputDoesNotContain("Execution optimizations have been disabled for task ':nodeTest'")
|
||||||
|
|
||||||
assertTasksExecuted(":nodeTest")
|
assertTasksExecuted(":nodeTest")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -46,7 +46,7 @@ constructor(
|
|||||||
|
|
||||||
private val projectPath = project.path
|
private val projectPath = project.path
|
||||||
|
|
||||||
@Nested
|
@Input
|
||||||
var environment = mutableMapOf<String, String>()
|
var environment = mutableMapOf<String, String>()
|
||||||
|
|
||||||
@get:Internal
|
@get:Internal
|
||||||
|
|||||||
Reference in New Issue
Block a user