Skip to content

Commit

Permalink
Don't use JCenter
Browse files Browse the repository at this point in the history
Resolves #94
Addresses discord-jda/JDA#1538
  • Loading branch information
Gamebuster19901 committed Mar 25, 2021
1 parent 5759c02 commit 1cba6d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

repositories {
mavenCentral()
jcenter()

maven {
url "https://libraries.minecraft.net"
Expand All @@ -14,7 +13,7 @@ repositories {
dependencies {
compile group: 'org.apache.commons', name: 'commons-text', version: '1.9'
compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
compile ('net.dv8tion:JDA:4.2.0_168') {
compile ('net.dv8tion:JDA:v4.2.0') {
exclude module: 'opus-java'
}
compile 'com.mojang:brigadier:1.0.17'
Expand Down
5 changes: 5 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
*/

rootProject.name = 'ExciteBot'
sourceControl {
gitRepository("https://github.com/DV8FromTheWorld/JDA.git") {
producesModule("net.dv8tion:JDA")
}
}

0 comments on commit 1cba6d5

Please sign in to comment.