Fix running fabric via gradle/IDE

This commit is contained in:
James Seibel
2026-03-29 16:04:37 -05:00
parent ecb3dce963
commit d45a1379bd
+1 -1
View File
@@ -15,7 +15,7 @@ tasks.withType(JavaCompile).configureEach {
}
dependencies {
implementation "org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}"
compileOnly "org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}"
testImplementation "junit:junit:4.13"
}