build: 优化依赖

This commit is contained in:
2023-10-12 14:51:42 +08:00
parent 46997d6c17
commit b4eed3133b
9 changed files with 50 additions and 105 deletions

View File

@@ -16,9 +16,9 @@ repositories {
dependencies {
// 对于 Bukkit 插件
compileOnly "cn.hamster3.mc.plugin:core-bukkit:1.0.0"
compileOnly "cn.hamster3.mc.plugin:core-bukkit:+"
// 对于 BungeeCord 插件
compileOnly "cn.hamster3.mc.plugin:core-bungeecord:1.0.0"
compileOnly "cn.hamster3.mc.plugin:core-bungeecord:+"
}
```