File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ tasks {
79
79
relocate (" de.tr7zw.changeme.nbtapi" , " me.tychsen.enchantgui.nbt" )
80
80
relocate (" com.github.sarhatabaot.kraken" , " me.tychsen.enchantgui.kraken" )
81
81
relocate (" dev.triumphteam" , " me.tychsen.enchantgui.gui" )
82
- // relocate("dev.dejvokep.boostedyaml", "me.tychsen.enchantgui.boostedyaml")
83
82
}
84
83
}
85
84
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
implementation(libs.nbt.api)
33
33
implementation(libs.acf)
34
34
implementation(libs.bstats)
35
- implementation (libs.boosted.yml)
35
+ library (libs.boosted.yml)
36
36
37
37
library(libs.annotations)
38
38
}
@@ -79,7 +79,7 @@ tasks {
79
79
relocate ("de.tr7zw.changeme.nbtapi", "me.tychsen.enchantgui.nbt")
80
80
relocate ("com.github.sarhatabaot.kraken", "me.tychsen.enchantgui.kraken")
81
81
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")
83
83
}
84
84
}
85
85
You can’t perform that action at this time.
0 commit comments