Update Gradle Shadow to fix build

This commit is contained in:
Andrew Steinborn 2019-04-25 23:05:16 -04:00
parent e9950da0c5
commit dc6613a328

View File

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