2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-05 14:40:47 +00:00
RedisBungee/api/build.gradle.kts
2026-04-03 19:13:34 +04:00

16 lines
201 B
Plaintext

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