mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-03-29 03:10:47 +00:00
16 lines
201 B
Plaintext
16 lines
201 B
Plaintext
description = "Api functions for valiobungee"
|
|
|
|
java {
|
|
withJavadocJar()
|
|
withSourcesJar()
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(libs.testing.juipter)
|
|
}
|
|
|
|
tasks.test {
|
|
useJUnitPlatform()
|
|
}
|
|
|