Skip to content

Commit

Permalink
shade zero-allocation-hashing (#468)
Browse files Browse the repository at this point in the history
Co-authored-by: Radai Rosenblatt <[email protected]>
  • Loading branch information
radai-rosenblatt and Radai Rosenblatt authored Apr 4, 2023
1 parent e30bf7e commit 4c80eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper/helper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ shadowJar {

//relocate commons-text to not conflict with anything that might be on a user's classpath
relocate 'org.apache.commons', 'com.linkedin.avroutil1.compatibility.shaded.org.apache.commons'
//relocate zero-allocation-hashing
relocate 'net.openhft', 'com.linkedin.avroutil1.compatibility.shaded.net.openhft'
}

//"fat" sources jar
Expand Down

0 comments on commit 4c80eee

Please sign in to comment.