Fix gradle IT with scripting discovery

The test is not designed to fail if the definitions are not discovered -
the script files have completely custom extensions and therefore ignored.
So checking for the warning in the build log is enough.
#KT-32697 fixed
This commit is contained in:
Ilya Chernikov
2019-07-16 15:56:59 +02:00
parent 747c488a78
commit ee0f55d8e1
@@ -160,7 +160,6 @@ class SubpluginsIT : BaseGradleIT() {
assertCompiledKotlinSources(project.relativize(bobGreet, aliceGreet, worldGreet, greetScriptTemplateKt))
}
} else {
assertFailed()
val usedGradleVersion =
GradleVersion.version(
System.getProperty("kotlin.gradle.version.for.tests")