Fixed: Compile errors due to PacketEvents not being present during the test build phase
This commit is contained in:
parent
d9aae45571
commit
74871b38bb
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ dependencies {
|
|||
|
||||
compileOnly(libs.bundles.adventure)
|
||||
compileOnly(libs.packetevents.api)
|
||||
testCompileOnly(libs.packetevents.api)
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
Loading…
Reference in a new issue