We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240d24e commit 301adbaCopy full SHA for 301adba
build.gradle.kts
@@ -19,7 +19,6 @@
19
*/
20
21
import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
22
-import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
23
24
plugins {
25
idea
@@ -34,7 +33,7 @@ ext {
34
33
35
tasks {
36
(findByName("wrapper") as? Wrapper)?.run {
37
- gradleVersion = "5.3.1"
+ gradleVersion = "5.1.1"
38
}
39
40
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-5.3.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments