feat: 支持仓鼠核心自动检测更新

This commit is contained in:
2024-03-18 16:15:20 +08:00
parent 3555532df0
commit 09267a6416
2 changed files with 5 additions and 5 deletions

View File

@@ -49,9 +49,9 @@ repositories {
dependencies {
// 对于 Bukkit 插件
compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.1-SNAPSHOT")
compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.6.1")
// 对于 BungeeCord 插件
compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.1-SNAPSHOT")
compileOnly("cn.hamster3.mc.plugin:ball-bungee:1.6.1")
}
```
@@ -77,13 +77,13 @@ dependencies {
<dependency>
<groupId>cn.hamster3.mc.plugin</groupId>
<artifactId>ball-bukkit</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
<!--对于 BungeeCord 插件-->
<dependency>
<groupId>cn.hamster3.mc.plugin</groupId>
<artifactId>ball-bungee</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
</dependencies>
</project>

View File

@@ -5,7 +5,7 @@ plugins {
}
group = "cn.hamster3.mc.plugin"
version = "1.6.1-SNAPSHOT"
version = "1.6.1"
subprojects {
apply {