Skip to content

Commit 76bb274

Browse files
committed
Removed commented out comment
1 parent bd54038 commit 76bb274

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ tasks {
7979
relocate ("de.tr7zw.changeme.nbtapi", "me.tychsen.enchantgui.nbt")
8080
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
8181
relocate ("dev.triumphteam", "me.tychsen.enchantgui.gui")
82-
// relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
8382
}
8483
}
8584

build.gradle.kts~

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation(libs.nbt.api)
3333
implementation(libs.acf)
3434
implementation(libs.bstats)
35-
implementation(libs.boosted.yml)
35+
library(libs.boosted.yml)
3636

3737
library(libs.annotations)
3838
}
@@ -79,7 +79,7 @@ tasks {
7979
relocate ("de.tr7zw.changeme.nbtapi", "me.tychsen.enchantgui.nbt")
8080
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
8181
relocate ("dev.triumphteam", "me.tychsen.enchantgui.gui")
82-
relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
82+
// relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
8383
}
8484
}
8585

0 commit comments

Comments
 (0)