Skip to content

Commit 92a3f0c

Browse files
committed
Reverted Gradle to 5.0 since further updates are blocked by kotlin-metadata's compiler using a conflicting version of Kotlin
1 parent 0d65387 commit 92a3f0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ tasks.create('repl') {
213213
}
214214

215215
tasks.wrapper {
216-
gradleVersion = "5.2.1"
216+
gradleVersion = "5.0"
217217
distributionType = Wrapper.DistributionType.ALL
218218
}
219219

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)