feat: 使用 guava 的 EventBus
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "cn.hamster3.mc.plugin"
|
||||
version = "1.1.0-SNAPSHOT"
|
||||
version = "1.2.0-DEV"
|
||||
|
||||
subprojects {
|
||||
apply {
|
||||
@@ -64,10 +64,7 @@ subprojects {
|
||||
}
|
||||
repositories {
|
||||
maven {
|
||||
val releasesRepoUrl = uri("https://maven.airgame.net/maven-releases/")
|
||||
val snapshotsRepoUrl = uri("https://maven.airgame.net/maven-snapshots/")
|
||||
|
||||
url = if (version.toString().endsWith("SNAPSHOT")) snapshotsRepoUrl else releasesRepoUrl
|
||||
url = uri("https://maven.airgame.net/maven-airgame")
|
||||
|
||||
credentials {
|
||||
username = rootProject.properties.getOrDefault("maven_username", "").toString()
|
||||
|
Reference in New Issue
Block a user