We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add77bb commit 0aa6898Copy full SHA for 0aa6898
build.gradle.kts
@@ -31,7 +31,7 @@ buildscript {
31
}
32
33
dependencies {
34
- classpath("org.gradle.kotlin:plugins:1.3.1")
+ classpath("org.gradle.kotlin:plugins:1.4.9")
35
36
37
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments