build: update shadowJar to 5.1.0

This commit is contained in:
Connor Tumbleson 2019-07-13 08:22:13 -04:00
parent e3bead4b5b
commit 2457bdc9bb
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -21,7 +21,7 @@ buildscript {
options.encoding = "UTF-8"
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:5.1.0'
}
}