mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
templateplugin: Exclude logback from tests
This commit is contained in:
@@ -20,7 +20,9 @@ dependencies {
|
||||
|
||||
testImplementation 'junit:junit:4.12'
|
||||
testImplementation 'org.slf4j:slf4j-simple:1.7.12'
|
||||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion
|
||||
testImplementation group: 'net.runelite', name:'client', version: runeLiteVersion, {
|
||||
exclude group: 'ch.qos.logback', module: 'logback-classic'
|
||||
}
|
||||
}
|
||||
|
||||
group = '${group_id}'
|
||||
|
||||
Reference in New Issue
Block a user