(Terminé)

Refonte complète du système de jukebox et de menu.
This commit is contained in:
2021-10-05 15:20:23 +02:00
parent 43145071f1
commit f318614e96
14 changed files with 160 additions and 108 deletions

View File

@@ -14,13 +14,15 @@ plugins {
id 'application'
// Shadow plugin to make uberJars
id 'com.github.johnrengelman.shadow' version '6.1.0'
id 'com.github.johnrengelman.shadow' version '7.1.0'
}
repositories {
// Use jcenter for resolving dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
mavenCentral()
maven {
url 'https://m2.dv8tion.net/releases'
}
}
dependencies {
@@ -34,8 +36,8 @@ dependencies {
implementation 'ws.schild:jave-all-deps:2.7.3'
implementation 'org.apache.commons:commons-lang3:3.0'
implementation 'com.sedmelluq:lavaplayer:1.3.67'
implementation 'net.dv8tion:JDA:4.2.0_227'
implementation 'com.sedmelluq:lavaplayer:1.3.75'
implementation 'net.dv8tion:JDA:4.2.1_253'
// Use JUnit test framework
testImplementation 'junit:junit:4.12'