Skip to content

Commit

Permalink
fix: exclude brigadier from shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-EmPee committed Aug 8, 2024
1 parent 7e0e0a5 commit 4d6f9e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugin/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ dependencies {
implementation(project(":plugin:utils"))

implementation("io.github.mr-empee:lightwire:0.0.5")
implementation("io.github.mr-empee.command-forge:bukkit:0.0.1")

implementation("io.github.mr-empee.command-forge:bukkit:0.0.1") {
exclude("com.mojang")
}

implementation("io.github.mr-empee:easy-gui:0.0.3")
implementation("io.github.mr-empee:item-builder:0.0.2")

Expand Down

0 comments on commit 4d6f9e3

Please sign in to comment.