build: update to shadowJar 6.1.0

This commit is contained in:
Connor Tumbleson 2020-11-28 07:04:27 -05:00
parent 43010de4e8
commit 75aec40505
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:6.0.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
}
}