Fixed: Compile errors due to PacketEvents not being present during the test build phase

This commit is contained in:
Bram 2025-05-01 11:20:38 +02:00
parent d9aae45571
commit 74871b38bb
No known key found for this signature in database
GPG key ID: 13E608068F40E3CC

View file

@ -9,6 +9,7 @@ dependencies {
compileOnly(libs.bundles.adventure)
compileOnly(libs.packetevents.api)
testCompileOnly(libs.packetevents.api)
}
tasks {