0
0
mirror of https://github.com/PaperMC/Velocity.git synced 2025-06-27 19:28:17 +00:00
Files
Velocity/proxy/log4j2-plugin/build.gradle.kts
2024-01-04 15:40:11 +00:00

4 lines
96 B
Plaintext

dependencies {
implementation(libs.bundles.log4j)
annotationProcessor(libs.log4j.core)
}