Bump Gradle Shadow version

We'll need to upgrade to Gradle 7 soon, probably also with an upgrade to Kotlin DSL too...
This commit is contained in:
Andrew Steinborn
2021-05-16 01:32:43 -04:00
parent 65cf7072cd
commit 49c25e24c7

View File

@@ -1,9 +1,6 @@
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
}
}