2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-05 12:40:27 +00:00

fix depenedcies being copied

This commit is contained in:
2024-12-23 16:14:34 +04:00
parent 0050575aff
commit 9fd1da5f92
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
dependencies {
implementation(project(":RedisBungee-API"))
compileOnly(project(":RedisBungee-API"))
implementation(libs.acf.core)
}