mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
implement the ProxyManager
untested
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
description = "Api functions for valiobungee"
|
||||
|
||||
java {
|
||||
withJavadocJar()
|
||||
withSourcesJar()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testImplementation(libs.testing.juipter)
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user