build: update 'shadow' from 5.1.0 to 6.0.0

This commit is contained in:
Giacomo Ferretti 2020-08-10 09:44:52 +02:00 committed by Connor Tumbleson
parent 87a9c659f5
commit c82e92eec4

View File

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