Introduce log4j and turn it off to disable logging and meet PF4J requirements
This commit is contained in:
@@ -4,6 +4,8 @@ dependencies {
|
||||
compile group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: '1.3.61'
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
compile group: 'org.pf4j', name: 'pf4j', version: '3.2.0'
|
||||
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.13.1'
|
||||
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '2.0.0-alpha1'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
||||
Reference in New Issue
Block a user