feat: 新增异步 API
This commit is contained in:
@@ -17,12 +17,17 @@ dependencies {
|
||||
annotationProcessor("org.projectlombok:lombok:1.18.30")
|
||||
|
||||
compileOnly("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bukkit:1.2.0")
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bukkit:1.2.1")
|
||||
compileOnly("cn.hamster3.mc.plugin:ball-bukkit:1.5.0")
|
||||
compileOnly("net.milkbowl.vault:VaultAPI:1.7")
|
||||
compileOnly("me.clip:placeholderapi:+")
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
tasks {
|
||||
processResources {
|
||||
filesMatching("plugin.yml") {
|
||||
|
Reference in New Issue
Block a user