Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Stop relocating Java
Simplified a little and stopped relocating javax.
  • Loading branch information
normanj-bitquill authored Oct 31, 2022
commit d7cb33631bed6f749a44d12b2ba49d3ea28c31a2
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,11 @@ jar {
}

shadowJar {
relocate('org.aspectj', 'shadow.org.aspectj')
relocate('com.google', 'shadow.com.google')
relocate('com.mongodb', 'shadow.com.mongodb') {
exclude 'com.mongodb.jdbc'
exclude 'com.mongodb.jdbc.**'
}
relocate('javax', 'shadow.javax')
relocate('org', 'shadow.org')
}

Expand Down