build and publishing updates
This commit is contained in:
parent
a8932bc307
commit
eae247954f
27 changed files with 314 additions and 100 deletions
|
|
@ -1,3 +1,7 @@
|
|||
plugins {
|
||||
id("cloud.base-conventions")
|
||||
}
|
||||
|
||||
java {
|
||||
disableAutoTargetJvm()
|
||||
}
|
||||
|
|
@ -5,5 +9,5 @@ java {
|
|||
dependencies {
|
||||
api(projects.cloudCore)
|
||||
api(projects.cloudBrigadier)
|
||||
compileOnly("com.velocitypowered", "velocity-api", Versions.velocityApi)
|
||||
compileOnly(libs.velocityApi)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue