修复 reload 指令不需要权限也能执行的bug

This commit is contained in:
2022-01-12 21:27:46 +08:00
parent eff200634d
commit 870a3789f2
5 changed files with 13 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ repositories {
}
configurations {
implementationShade
implementation.extendsFrom implementationShade
}