Remove assert with broken separators on Windows in Gradle subplugin test
This commit is contained in:
-1
@@ -85,7 +85,6 @@ class SimpleKotlinGradleIT : BaseGradleIT() {
|
||||
|
||||
project.build("compileKotlin", "build") {
|
||||
assertSuccessful()
|
||||
assertContains("/src/main/kotlin/helloWorld.kt")
|
||||
assertContains("ExampleSubplugin loaded")
|
||||
assertContains("Project component registration: exampleValue")
|
||||
assertContains(":compileKotlin")
|
||||
|
||||
Reference in New Issue
Block a user