Upgrade Shadown plugin to work with latest version of Gradle

This commit is contained in:
Simon Dean
2019-08-05 10:26:11 +01:00
parent 29ada6d42e
commit 9962294c73

View File

@@ -2,7 +2,7 @@ buildscript {
ext {
springBootVersion = '2.2.0.BUILD-SNAPSHOT'
wrapperVersion = '1.0.17.RELEASE'
shadowVersion = '2.0.1'
shadowVersion = '5.1.0'
}
repositories {
mavenLocal()