(Terminé)
Refonte complète du système de jukebox et de menu.
This commit is contained in:
14
build.gradle
14
build.gradle
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user