Use JDA forum branch
This commit is contained in:
parent
ce9b57efe9
commit
68b1366e03
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user