fix api tests

This commit is contained in:
Ran-Mewo
2026-03-30 17:06:05 +11:00
parent d45a1379bd
commit 1ec342928f
+4
View File
@@ -14,6 +14,10 @@ tasks.withType(JavaCompile).configureEach {
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }
configurations {
testImplementation.extendsFrom compileOnly
}
dependencies { dependencies {
compileOnly "org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}" compileOnly "org.apache.logging.log4j:log4j-api:${rootProject.log4j_version}"
testImplementation "junit:junit:4.13" testImplementation "junit:junit:4.13"