Skip to content

Commit

Permalink
fix(build): enable zip64
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Dec 23, 2021
1 parent 8c5a1b9 commit ff3bf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ task startTestKafkaCluster(type: com.github.psxpaul.task.JavaExecFork, dependsOn
**********************************************************************************************************************/
shadowJar {
mergeServiceFiles()
zip64 true
}

processResources.dependsOn ":client:installFrontend"
Expand Down

0 comments on commit ff3bf9c

Please sign in to comment.