fix api tests
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user