mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
example-plugin: Remove slf4j-simple, use logback-classic from rl client (#881)
This commit is contained in:
@@ -19,10 +19,7 @@ dependencies {
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.4'
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.slf4j:slf4j-simple:1.7.12'
|
||||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion, {
|
||||
exclude group: 'ch.qos.logback', module: 'logback-classic'
|
||||
}
|
||||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
|
||||
}
|
||||
|
||||
group = '${group_id}'
|
||||
|
||||
Reference in New Issue
Block a user