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 02930ad commit 2fac6a3Copy full SHA for 2fac6a3
build.gradle
@@ -20,7 +20,7 @@ buildscript {
20
21
dependencies {
22
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
23
- classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.1'
+ classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
24
}
25
26
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
0 commit comments