Skip to content

Commit 09ff938

Browse files
authored
Merge pull request #5 from touchlab/sh/1.4.0
Final Kotlin 1.4 update
2 parents 0f65bab + a558c7d commit 09ff938

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,4 @@ allprojects {
175175
}
176176
}
177177
}
178+

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
kotlin.code.style=official
1818

1919
GROUP=co.touchlab
20-
VERSION_NAME=0.3.8
21-
22-
KOTLIN_VERSION=1.3.72
20+
VERSION_NAME=0.4.0
21+
KOTLIN_VERSION=1.4.0
2322

2423
POM_URL=https://github.com/touchlab/TestHelp
2524
POM_DESCRIPTION=Kotlin Multiplatform Test Help

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
distributionBase=GRADLE_USER_HOME
1818
distributionPath=wrapper/dists
19-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
19+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
2020
zipStoreBase=GRADLE_USER_HOME
2121
zipStorePath=wrapper/dists

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@
1616

1717
rootProject.name = 'testhelp'
1818
enableFeaturePreview('GRADLE_METADATA')
19-
enableFeaturePreview('STABLE_PUBLISHING')

0 commit comments

Comments
 (0)