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 cdbb0e3 commit ddf885cCopy full SHA for ddf885c
gradle/wrapper/gradle-wrapper.jar
-333 Bytes
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-7.1.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
gradlew
@@ -72,7 +72,7 @@ case "`uname`" in
72
Darwin* )
73
darwin=true
74
;;
75
- MSYS* | MINGW* )
+ MINGW* )
76
msys=true
77
78
NONSTOP* )
library/build.gradle
@@ -3,6 +3,7 @@ plugins {
id 'kotlin'
}
6
+apply plugin: 'maven'
7
apply plugin: 'java'
8
9
java {
0 commit comments