style(core-bungee): 修改模块名称

This commit is contained in:
2023-11-11 17:33:58 +08:00
parent f5fdafae9a
commit cbf18b25ff
8 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ dependencies {
// 对于 Bukkit 插件
compileOnly "cn.hamster3.mc.plugin:core-bukkit:+"
// 对于 BungeeCord 插件
compileOnly "cn.hamster3.mc.plugin:core-bungeecord:+"
compileOnly "cn.hamster3.mc.plugin:core-bungee:+"
}
```
@@ -46,7 +46,7 @@ dependencies {
<!--对于 BungeeCord 插件-->
<dependency>
<groupId>cn.hamster3.mc.plugin</groupId>
<artifactId>core-bungeecord</artifactId>
<artifactId>core-bungee</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>

View File

@@ -8,4 +8,4 @@ pluginManagement {
rootProject.name = "hamster-core"
include("core-common")
include("core-bukkit")
include("core-bungeecord")
include("core-bungee")