Skip to content

Commit

Permalink
Disable Compression
Browse files Browse the repository at this point in the history
Compression should only be used for release builds to
save build time. I assume that UPX compresses executables
as expected :D
  • Loading branch information
dnl50 committed Jul 15, 2023
1 parent cb7a904 commit fce82e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ spotless {

quarkus {
set("native.container-build", "true")
set("native.compression.level", "9")
set("container-image.build", "true")
set("container-image.group", "dnl50")
set("container-image.name", "tsa-server")
Expand Down

0 comments on commit fce82e5

Please sign in to comment.