This repository was archived by the owner on Dec 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +11
-13
lines changed
samples-tests/src/test/kotlin/org/gradle/kotlin/dsl/samples
multi-kotlin-project-config-injection
multi-kotlin-project-with-buildSrc Expand file tree Collapse file tree 10 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import org.hamcrest.CoreMatchers.containsString
88import org.junit.Assert.assertThat
99import org.junit.Assume.assumeTrue
1010import org.junit.Before
11- import org.junit.Ignore
1211import org.junit.Test
1312import org.junit.runner.RunWith
1413import org.junit.runners.Parameterized
@@ -39,7 +38,6 @@ class SamplesSmokeTest(
3938 build(" tasks" )
4039 }
4140
42- @Ignore(" Requires a wrapper update" )
4341 @Test
4442 fun `uses the right Kotlin Gradle Plugin version on ` () {
4543
Original file line number Diff line number Diff line change 11plugins {
22 id(" com.android.application" ) version " 3.0.1"
3- kotlin(" android" ) version " 1.2.21 "
3+ kotlin(" android" ) version " 1.2.30 "
44}
55
66android {
@@ -27,7 +27,7 @@ android {
2727dependencies {
2828 compile(" com.android.support:appcompat-v7:27.0.1" )
2929 compile(" com.android.support.constraint:constraint-layout:1.0.2" )
30- compile(kotlin(" stdlib" , " 1.2.21 " ))
30+ compile(kotlin(" stdlib" , " 1.2.30 " ))
3131}
3232
3333repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.Coroutines
22
33plugins {
44 application
5- kotlin(" jvm" ) version " 1.2.21 "
5+ kotlin(" jvm" ) version " 1.2.30 "
66}
77
88application {
Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.Kotlin2JsCompile
22
33plugins {
4- id(" kotlin2js" ) version " 1.2.21 "
4+ id(" kotlin2js" ) version " 1.2.30 "
55}
66
77dependencies {
Original file line number Diff line number Diff line change 11plugins {
22 application
3- kotlin(" jvm" ) version " 1.2.21 "
4- kotlin(" kapt" ) version " 1.2.21 "
3+ kotlin(" jvm" ) version " 1.2.30 "
4+ kotlin(" kapt" ) version " 1.2.30 "
55}
66
77application {
Original file line number Diff line number Diff line change 11plugins {
22 application
3- kotlin(" jvm" ) version " 1.2.21 "
3+ kotlin(" jvm" ) version " 1.2.30 "
44}
55
66application {
Original file line number Diff line number Diff line change 11import org.gradle.api.tasks.bundling.Jar
22
33plugins {
4- kotlin(" jvm" ) version " 1.2.21 "
4+ kotlin(" jvm" ) version " 1.2.30 "
55 `maven- publish`
66}
77
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33plugins {
44 base
5- kotlin(" jvm" ) version " 1.2.21 " apply false
5+ kotlin(" jvm" ) version " 1.2.30 " apply false
66}
77
88allprojects {
Original file line number Diff line number Diff line change 11plugins {
22 base
3- kotlin(" jvm" ) version " 1.2.21 " apply false
3+ kotlin(" jvm" ) version " 1.2.30 " apply false
44}
55
66allprojects {
Original file line number Diff line number Diff line change 11plugins {
22 base
3- kotlin(" jvm" ) version " 1.2.21 " apply false
3+ kotlin(" jvm" ) version " 1.2.30 " apply false
44}
55
66allprojects {
You can’t perform that action at this time.
0 commit comments