2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-08 16:10:26 +00:00

make the api the plugin

This commit is contained in:
2026-04-02 16:35:45 +04:00
parent c6a45e6b0c
commit 42e8a861a3
12 changed files with 186 additions and 57 deletions

View File

@@ -27,7 +27,7 @@ dependencies {
api(libs.protobuf)
api(libs.caffeine)
api(libs.slf4j)
api(libs.redisson)
testImplementation(libs.testing.juipter)
testImplementation(libs.testing.slf4j.simple)
}