Skip to content

Commit

Permalink
fix slf4j bullshit
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 21, 2024
1 parent 7518044 commit 2bce42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew build -x test
run: ./gradlew build

- name: Execute Gradle build
run: ./gradlew build -x test -PtargetPlatform=musl
run: ./gradlew build -PtargetPlatform=musl

- name: Publish to Maven
run: ./gradlew publish -PMAVEN_USERNAME=$MAVEN_USERNAME -PMAVEN_PASSWORD=$MAVEN_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions LavalinkServer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ dependencies {
exclude(group = "org.slf4j", module = "slf4j-api")
}
implementation(libs.koe.udpqueue) {
exclude(module="udp-queue")
exclude(module = "lava-common")
}
implementation(libs.bundles.udpqueue.natives) {
exclude(group = "com.sedmelluq", module = "lava-common")
exclude(module = "lava-common")
}

implementation(libs.lavaplayer)
Expand Down

0 comments on commit 2bce42e

Please sign in to comment.