Skip to content

Commit 34d1fb3

Browse files
committed
Update the Gradle wrapper to 5.4.1
This commit updates the wrapper, but does not build correctly yet due to the way Kotlin compiler libraries are resolved. To address this issue, the previous mechanism of copying the dependent libraries into a local folder from which they are included has to be updated. Since depending on JAR files is non-ideal, a better solution would be to find the (correctly packaged) libraries on a Maven repository and include them.
1 parent 30ab5ba commit 34d1fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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-4.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)