build and publishing updates
This commit is contained in:
parent
a8932bc307
commit
eae247954f
27 changed files with 314 additions and 100 deletions
|
|
@ -12,12 +12,12 @@ dependencies {
|
|||
implementation(project(":cloud-annotations"))
|
||||
implementation(project(":cloud-minecraft-extras"))
|
||||
/* Extras */
|
||||
implementation("me.lucko", "commodore", Versions.commodore) {
|
||||
implementation(libs.commodore) {
|
||||
isTransitive = false
|
||||
}
|
||||
implementation("net.kyori", "adventure-platform-bukkit", Versions.adventurePlatform)
|
||||
implementation(libs.adventurePlatformBukkit)
|
||||
/* Bukkit */
|
||||
compileOnly("org.bukkit", "bukkit", Versions.bukkit)
|
||||
compileOnly(libs.bukkit)
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ dependencies {
|
|||
implementation(project(":cloud-annotations"))
|
||||
implementation(project(":cloud-minecraft-extras"))
|
||||
/* Extras */
|
||||
implementation("net.kyori", "adventure-platform-bungeecord", Versions.adventurePlatform)
|
||||
implementation(libs.adventurePlatformBungeecord)
|
||||
/* Bungee*/
|
||||
compileOnly("net.md-5", "bungeecord-api", "1.8-SNAPSHOT")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ dependencies {
|
|||
api(project(":cloud-velocity"))
|
||||
api(project(":cloud-minecraft-extras"))
|
||||
api(project(":cloud-annotations"))
|
||||
annotationProcessor(compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi))
|
||||
velocityRunClasspath("com.velocitypowered", "velocity-proxy", Versions.velocityApi)
|
||||
annotationProcessor(libs.velocityApi)
|
||||
compileOnly(libs.velocityApi)
|
||||
velocityRunClasspath("com.velocitypowered", "velocity-proxy", libs.versions.velocityApi.get())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue