mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-02 13:10:52 +00:00
17 lines
202 B
Plaintext
17 lines
202 B
Plaintext
description = "Api functions for valiobungee"
|
|
|
|
|
|
java {
|
|
withJavadocJar()
|
|
withSourcesJar()
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(libs.testing.juipter)
|
|
}
|
|
|
|
tasks.test {
|
|
useJUnitPlatform()
|
|
}
|
|
|