Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
use my udp-queue build
Browse files Browse the repository at this point in the history
  • Loading branch information
2D committed Jun 29, 2021
1 parent 67bbf96 commit fd676a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LavalinkServer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ dependencies {
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-reflect', version: kotlinVersion

// Audio Sending
implementation group: "com.sedmelluq", name: "udp-queue", version: udpQueueVersion
implementation(group: 'moe.kyokobot.koe', name: 'ext-udpqueue', version: koeVersion) {
exclude group: "com.sedmelluq", module: "lavaplayer"
exclude group: "com.sedmelluq", module: "udp-queue"
}
implementation(group: 'moe.kyokobot.koe', name: 'core', version: koeVersion) {
// This version of SLF4J does not recognise Logback 1.2.3
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ subprojects {
koeVersion = '1864a8b803'
lavaDspVersion = '0.7.7'
nettyEpollVersion = "4.1.65.Final"
udpQueueVersion = "1.1.1-linux64"

springBootVersion = "${springBootVersion}"
springWebSocketVersion = '5.3.7'
Expand Down

0 comments on commit fd676a7

Please sign in to comment.