Fix gradle files to be future proof
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
dependencies {
|
||||
def withoutSlf4j = { exclude group: 'org.slf4j' }
|
||||
|
||||
compile "com.illposed.osc:javaosc-core:0.6", withoutSlf4j
|
||||
implementation "com.illposed.osc:javaosc-core:0.6", withoutSlf4j
|
||||
}
|
||||
Reference in New Issue
Block a user