Skip to content

Commit

Permalink
Properly shadow jetbrains
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 1, 2022
1 parent d0cf39f commit 6824d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/pq.shadow-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ fun ShadowJar.configureRelocations() {
relocate("org.checkerframework", "net.pistonmaster.pistonqueue.shadow.checkerframework")
relocate("org.yaml.snakeyaml", "net.pistonmaster.pistonqueue.shadow.snakeyaml")
relocate("com.google.errorprone", "net.pistonmaster.pistonqueue.shadow.google.errorprone")
relocate("org.intellij.lang.annotations", "net.pistonmaster.pistonmotd.shadow.annotations.intellij")
relocate("org.jetbrains.annotations", "net.pistonmaster.pistonmotd.shadow.annotations.jetbrains")
}

0 comments on commit 6824d2f

Please sign in to comment.