make quarkus add brotli4j to the native image

This commit is contained in:
Athou
2025-12-23 08:06:55 +01:00
parent 83332223ef
commit abcbb61b4c

View File

@@ -2,6 +2,8 @@
quarkus.http.port=8082
quarkus.http.test-port=8085
quarkus.http.enable-compression=true
quarkus.http.enable-decompression=true
quarkus.http.compressors=gzip,deflate,br
# http cache
quarkus.http.static-resources.max-age=P365d