Update to jda alpha 20 (has forums support)
This commit is contained in:
parent
f7a936e9a8
commit
7a76ff9d14
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user