fix: use newer shadowJar plugin to fix warnings

- fixes: #1884
This commit is contained in:
Connor Tumbleson 2018-09-02 16:12:20 -04:00
parent 84acc42cd9
commit dfa7836895
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:1.2.4'
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
}
}