(minor) Fix bad file content replacement in a test.
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class MultiplatformGradleIT : BaseGradleIT() {
|
|||||||
|
|
||||||
// Remove the root project buildscript dependency, needed for the same purpose:
|
// Remove the root project buildscript dependency, needed for the same purpose:
|
||||||
File(projectDir, "build.gradle").modify {
|
File(projectDir, "build.gradle").modify {
|
||||||
it.replace("classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:\$kotlin_version'", "")
|
it.replace("classpath \"org.jetbrains.kotlin:kotlin-gradle-plugin:\$kotlin_version\"", "")
|
||||||
.apply { assert(!equals(it)) }
|
.apply { assert(!equals(it)) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user