Upgraded Gradle Shadow plugin to 4.0.4 (last Gradle 4.x version)

This commit is contained in:
Andrew Steinborn
2019-03-28 22:01:33 -04:00
parent 611a31b7bb
commit 9491f948f8
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
classpath 'com.github.jengelman.gradle.plugins:shadow:4.0.4'
}
}