Add one-off dependencies to version catalog (#245)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
dependencies {
|
||||
def withoutSlf4j = {
|
||||
exclude group: 'org.slf4j'
|
||||
exclude group: 'log4j'
|
||||
}
|
||||
|
||||
implementation "com.illposed.osc:javaosc-core:0.8", withoutSlf4j
|
||||
}
|
||||
6
orx-jvm/orx-osc/build.gradle.kts
Normal file
6
orx-jvm/orx-osc/build.gradle.kts
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies {
|
||||
implementation(libs.javaosc.core) {
|
||||
exclude(group = "org.slf4j")
|
||||
exclude(group = "log4j")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user