2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-03-29 03:10:47 +00:00
RedisBungee/api/build.gradle.kts
2026-03-28 19:31:31 +04:00

16 lines
201 B
Plaintext

description = "Api functions for valiobungee"
java {
withJavadocJar()
withSourcesJar()
}
dependencies {
testImplementation(libs.testing.juipter)
}
tasks.test {
useJUnitPlatform()
}