style(core-bungee): 修改模块名称
This commit is contained in:
@@ -18,7 +18,7 @@ dependencies {
|
|||||||
// 对于 Bukkit 插件
|
// 对于 Bukkit 插件
|
||||||
compileOnly "cn.hamster3.mc.plugin:core-bukkit:+"
|
compileOnly "cn.hamster3.mc.plugin:core-bukkit:+"
|
||||||
// 对于 BungeeCord 插件
|
// 对于 BungeeCord 插件
|
||||||
compileOnly "cn.hamster3.mc.plugin:core-bungeecord:+"
|
compileOnly "cn.hamster3.mc.plugin:core-bungee:+"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ dependencies {
|
|||||||
<!--对于 BungeeCord 插件-->
|
<!--对于 BungeeCord 插件-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.hamster3.mc.plugin</groupId>
|
<groupId>cn.hamster3.mc.plugin</groupId>
|
||||||
<artifactId>core-bungeecord</artifactId>
|
<artifactId>core-bungee</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@@ -8,4 +8,4 @@ pluginManagement {
|
|||||||
rootProject.name = "hamster-core"
|
rootProject.name = "hamster-core"
|
||||||
include("core-common")
|
include("core-common")
|
||||||
include("core-bukkit")
|
include("core-bukkit")
|
||||||
include("core-bungeecord")
|
include("core-bungee")
|
||||||
|
Reference in New Issue
Block a user