8 lines
183 B
Groovy
8 lines
183 B
Groovy
dependencies {
|
|
def withoutSlf4j = {
|
|
exclude group: 'org.slf4j'
|
|
exclude group: 'log4j'
|
|
}
|
|
|
|
implementation "com.illposed.osc:javaosc-core:0.8", withoutSlf4j
|
|
} |