Skip to content

Commit

Permalink
Merge pull request #122 from correctexam/develop
Browse files Browse the repository at this point in the history
update
  • Loading branch information
barais authored Jan 24, 2024
2 parents 6b61df9 + 26b9456 commit 474906b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ quarkus.swagger-ui.path=/swagger-ui
quarkus.native.additional-build-args=\
-H:ResourceConfigurationFiles=resources-config.json,\
-H:+UnlockExperimentalVMOptions,\
-march=compatibility,\
--initialize-at-run-time=fr.istic.security.RandomUtil\\,org.apache.pdfbox.pdmodel.font.PDType1Font\\,org.apache.pdfbox.pdmodel.graphics.color.PDDeviceRGB\\,org.apache.pdfbox.pdmodel.graphics.color.PDDeviceGray
# --trace-object-instantiation=org.apache.fontbox.ttf.BufferedRandomAccessFile
# -H:ReflectionConfigurationFiles=reflection-config.json,\
Expand All @@ -193,4 +194,3 @@ correctexam.uses3=true
correctexam.saveasfile=false
%dev.quarkus.hibernate-orm.second-level-caching-enabled=false
%test.quarkus.http.host=localhost
quarkus.native.additional-build-args=-march=compatibility

0 comments on commit 474906b

Please sign in to comment.