Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Fix zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Apr 29, 2022
1 parent 9870f55 commit 9db61fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
import java.io.File
import java.io.StringWriter
import java.util.Properties
Expand Down Expand Up @@ -58,4 +59,6 @@ docker {
kotlin {
kotlinDaemonJvmArgs = listOf("-Dfile.encoding=UTF-8", "--illegal-access=permit")
}

tasks.withType<ShadowJar> {
isZip64 = true
}

0 comments on commit 9db61fd

Please sign in to comment.