Skip to content

Commit

Permalink
deps: Include brigadier (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed May 18, 2024
1 parent 272314b commit 63910e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ repositories {
}
}

maven {
name 'minecraft'
url 'https://libraries.minecraft.net'
content {
includeModule("com.mojang", "brigadier")
}
}

mavenCentral()
}

Expand Down

0 comments on commit 63910e1

Please sign in to comment.