Skip to content

Commit

Permalink
Removed commented out comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Nov 22, 2024
1 parent bd54038 commit 76bb274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ tasks {
relocate ("de.tr7zw.changeme.nbtapi", "me.tychsen.enchantgui.nbt")
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
relocate ("dev.triumphteam", "me.tychsen.enchantgui.gui")
// relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
}
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts~
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation(libs.nbt.api)
implementation(libs.acf)
implementation(libs.bstats)
implementation(libs.boosted.yml)
library(libs.boosted.yml)

library(libs.annotations)
}
Expand Down Expand Up @@ -79,7 +79,7 @@ tasks {
relocate ("de.tr7zw.changeme.nbtapi", "me.tychsen.enchantgui.nbt")
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
relocate ("dev.triumphteam", "me.tychsen.enchantgui.gui")
relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
// relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
}
}

Expand Down

0 comments on commit 76bb274

Please sign in to comment.