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

make an api version

This commit is contained in:
2026-04-01 12:56:30 +04:00
parent f1b744bfbe
commit 9cb81330e9
3 changed files with 39 additions and 1 deletions

View File

@@ -1,5 +1,21 @@
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()
withSourcesJar()