Bump shadow to 7.0.0

This commit is contained in:
Goooler 2021-07-21 19:08:49 +08:00 committed by Connor Tumbleson
parent 12ae67158c
commit 76f01c3695
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:6.1.0'
classpath "gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0"
}
}