From ffbf2ea1a5d992d0a768863369c3e1b3e66b62ca Mon Sep 17 00:00:00 2001 From: Ilya Goncharov Date: Mon, 22 Nov 2021 16:23:46 +0300 Subject: [PATCH] [Gradle, JS] Remove redundant build.gradle modification in test --- .../jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt index 0610ca7c454..bc43d18d1f9 100644 --- a/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt +++ b/libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/Kotlin2JsGradlePluginIT.kt @@ -1045,16 +1045,6 @@ class GeneralKotlin2JsGradlePluginIT : KGPBaseTest() { build("checkDownloadedFolder") build("checkIfLastModifiedNotNow", "--rerun-tasks") - - buildGradle.modify { - it + "\n" + - """ - rootProject.plugins.withType { - rootProject.the().nodeVersion = "unspecified" - rootProject.the().download = false - } - """ - } } }