build and publishing updates
This commit is contained in:
parent
a8932bc307
commit
eae247954f
27 changed files with 314 additions and 100 deletions
|
|
@ -1,5 +1,9 @@
|
|||
plugins {
|
||||
id("cloud.base-conventions")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.cloudCore)
|
||||
api("net.kyori", "adventure-api", Versions.adventureApi)
|
||||
api("net.kyori", "adventure-text-serializer-plain", Versions.adventureApi)
|
||||
api(libs.adventureApi)
|
||||
api(libs.adventureTextSerializerPlain)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue