chore: enable log4j2

style
This commit is contained in:
Frank.R.Wu 2021-08-04 23:58:05 +08:00
parent 2ee4e6f7f7
commit 80c85bc556

View File

@ -37,6 +37,8 @@ repositories {
dependencies { dependencies {
api 'com.google.code.gson:gson:2.8.7' api 'com.google.code.gson:gson:2.8.7'
api 'log4j:log4j:1.2.17' api 'org.apache.logging.log4j:log4j-core:2.14.1'
api 'org.apache.logging.log4j:log4j-api:2.14.1'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
} }