2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-02 13:10:52 +00:00
RedisBungee/api/build.gradle.kts

17 lines
202 B
Plaintext

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