Update to jda alpha 20 (has forums support)

This commit is contained in:
Teriuihi 2022-09-29 19:01:30 +02:00
parent f7a936e9a8
commit 7a76ff9d14
2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -10,8 +10,6 @@ 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)
}