Skip to content

Commit

Permalink
relocate google stuff properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 16, 2024
1 parent 641b581 commit 4fbe83f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ tasks {
}

shadowJar {
relocate("com.google", "com.dre.brewery.depend.google")
relocate("com.google.gson", "com.dre.brewery.depend.google.gson")
relocate("com.google.errorprone", "com.dre.brewery.depend.google.errorprone")
relocate("com.github.Anon8281.universalScheduler", "com.dre.brewery.depend.universalScheduler")
relocate("eu.okaeri", "com.dre.brewery.depend.okaeri")
relocate("com.mongodb", "com.dre.brewery.depend.mongodb")
Expand Down

0 comments on commit 4fbe83f

Please sign in to comment.