Use JDA forum branch

This commit is contained in:
Len 2022-09-16 08:43:23 +02:00
parent ce9b57efe9
commit 68b1366e03
2 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,8 @@ tasks {
dependencies {
// JDA
implementation("net.dv8tion:JDA:5.0.0-alpha.19") {
// implementation("net.dv8tion:JDA:5.0.0-alpha.19") {
implementation("com.github.DV8FromTheWorld:JDA:1f9c577") {
exclude("opus-java") // exclude audio
}
// MySQL

View File

@ -10,6 +10,8 @@ dependencyResolutionManagement {
maven("https://repo.spongepowered.org/maven")
// MySQL
maven("https://jcenter.bintray.com")
//jitpack
maven("https://jitpack.io")
}
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
}