Skip to content

Commit

Permalink
Fixed: Relocation issue with PE
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram1903 committed May 1, 2024
1 parent 26adc49 commit 333237d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tasks {
}

relocate("com.github.benmanes.caffeine", "com.deathmotion.antihealthindicator.shaded.caffeine")
relocate("net.kyori.adventure.text.serializer.gson", "io.github.retrooper.packetevents.adventure.serializer.gson")
minimize()
}
}
2 changes: 0 additions & 2 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ dependencies {

compileOnlyApi("net.kyori:adventure-api:$adventureVersion")
compileOnlyApi("net.kyori:adventure-text-serializer-gson:$adventureVersion")
compileOnlyApi("net.kyori:adventure-text-serializer-legacy:$adventureVersion")
compileOnlyApi("net.kyori:adventure-nbt:$adventureVersion")
}

0 comments on commit 333237d

Please sign in to comment.