diff --git a/idea/testData/configuration/gsk/eap11Version_after.gradle.kts b/idea/testData/configuration/gsk/eap11Version_after.gradle.kts index 3681a1869db..f31cf2bded9 100644 --- a/idea/testData/configuration/gsk/eap11Version_after.gradle.kts +++ b/idea/testData/configuration/gsk/eap11Version_after.gradle.kts @@ -14,6 +14,7 @@ buildscript { classpath(kotlinModule("gradle-plugin", kotlin_version)) } } + plugins { application } @@ -36,6 +37,8 @@ dependencies { testCompile("junit:junit:4.12") compile(kotlinModule("stdlib-jre8", kotlin_version)) } + +// VERSION: $VERSION$ val compileKotlin: KotlinCompile by tasks compileKotlin.kotlinOptions { jvmTarget = "1.8" @@ -43,6 +46,4 @@ compileKotlin.kotlinOptions { val compileTestKotlin: KotlinCompile by tasks compileTestKotlin.kotlinOptions { jvmTarget = "1.8" -} - -// VERSION: $VERSION$ \ No newline at end of file +} \ No newline at end of file diff --git a/idea/testData/configuration/gsk/eapVersion_after.gradle.kts b/idea/testData/configuration/gsk/eapVersion_after.gradle.kts index ac0ce373345..64a00af5cd8 100644 --- a/idea/testData/configuration/gsk/eapVersion_after.gradle.kts +++ b/idea/testData/configuration/gsk/eapVersion_after.gradle.kts @@ -13,6 +13,7 @@ buildscript { classpath(kotlinModule("gradle-plugin", kotlin_version)) } } + plugins { application } diff --git a/idea/testData/configuration/gsk/helloWorld_after.gradle.kts b/idea/testData/configuration/gsk/helloWorld_after.gradle.kts index b8b6509b7b1..73ca99d9a26 100644 --- a/idea/testData/configuration/gsk/helloWorld_after.gradle.kts +++ b/idea/testData/configuration/gsk/helloWorld_after.gradle.kts @@ -12,6 +12,7 @@ buildscript { classpath(kotlinModule("gradle-plugin", kotlin_version)) } } + plugins { application } @@ -38,4 +39,4 @@ compileKotlin.kotlinOptions { val compileTestKotlin: KotlinCompile by tasks compileTestKotlin.kotlinOptions { jvmTarget = "1.8" -} +} \ No newline at end of file diff --git a/idea/testData/configuration/gsk/missedLibrary_after.gradle.kts b/idea/testData/configuration/gsk/missedLibrary_after.gradle.kts index b83abad1a59..879690b2d25 100644 --- a/idea/testData/configuration/gsk/missedLibrary_after.gradle.kts +++ b/idea/testData/configuration/gsk/missedLibrary_after.gradle.kts @@ -2,6 +2,7 @@ import org.gradle.api.JavaVersion.VERSION_1_7 import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val kotlin_version: String by extra + buildscript { var kotlin_version: String by extra kotlin_version = "$VERSION$" @@ -41,4 +42,4 @@ compileKotlin.kotlinOptions { val compileTestKotlin: KotlinCompile by tasks compileTestKotlin.kotlinOptions { jvmTarget = "1.8" -} +} \ No newline at end of file diff --git a/idea/testData/configuration/gsk/pluginPresent_after.gradle.kts b/idea/testData/configuration/gsk/pluginPresent_after.gradle.kts index b3d96725a45..de678b70b3f 100644 --- a/idea/testData/configuration/gsk/pluginPresent_after.gradle.kts +++ b/idea/testData/configuration/gsk/pluginPresent_after.gradle.kts @@ -12,6 +12,7 @@ buildscript { classpath(kotlinModule("gradle-plugin", kotlin_version)) } } + plugins { application } @@ -39,4 +40,4 @@ compileKotlin.kotlinOptions { val compileTestKotlin: KotlinCompile by tasks compileTestKotlin.kotlinOptions { jvmTarget = "1.8" -} +} \ No newline at end of file