Skip to content

Commit

Permalink
Relocate adventure & snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xDec0de committed Nov 3, 2024
1 parent f5b1634 commit 01529c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ tasks {

relocate("org.jetbrains.annotations", "net.codersky.mcutils.shaded.jetbrains.annotations")
relocate("org.intellij.lang.annotations", "net.codersky.mcutils.shaded.intellij.annotations")
relocate("net.kyori", "net.codersky.mcutils.shaded.kyori")
relocate("org.yaml.snakeyaml", "net.codersky.mcutils.shaded.snakeyaml")

mergeServiceFiles()
minimize()
Expand Down
8 changes: 1 addition & 7 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@ plugins {
}

dependencies {
api(libs.jetbrains.annotations)
implementation(libs.jetbrains.annotations)
compileOnly(libs.adventure)
compileOnly(libs.adventure.serializer.legacy)
compileOnly(libs.snakeyaml)
}

tasks {
shadowJar {
minimize()
}
}

0 comments on commit 01529c4

Please sign in to comment.