2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

setup velocity, ValioBungee api

This commit is contained in:
2026-04-02 11:50:33 +04:00
parent 81491398e9
commit c6a45e6b0c
18 changed files with 403 additions and 33 deletions

View File

@@ -1,20 +1,5 @@
description = "Api functions for valiobungee"
plugins {
alias(libs.plugins.blossom)
alias(libs.plugins.indragit)
}
sourceSets {
main {
blossom {
javaSources {
property("apiversion", project.property("api-version").toString())
}
}
}
}
java {
withJavadocJar()