Skip to content

Commit

Permalink
and it bonks back
Browse files Browse the repository at this point in the history
  • Loading branch information
maximumpower55 committed May 21, 2024
1 parent f11c2c3 commit 802cbb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ version = "${project.mod_version}-mc${project.minecraft_version}-rev.${grgit.hea
group = project.maven_group

repositories {
mavenLocal()
mavenCentral()
maven {
url = "https://m2.dv8tion.net/releases/"
content { includeGroup "net.dv8tion" }
Expand All @@ -31,7 +33,7 @@ dependencies {
include(implementation("net.dv8tion:JDA:5.0.0-beta.24"){
exclude module: "opus-java"
})
include("net.sf.trove4j:trove4j:core:3.1.0")
include("net.sf.trove4j:core:3.1.0")
include("org.apache.commons:commons-collections4:4.4")
include("com.fasterxml.jackson.core:jackson-core:2.17.0")
include("com.fasterxml.jackson.core:jackson-databind:2.17.0")
Expand Down

0 comments on commit 802cbb5

Please sign in to comment.