[#1040] build time, not run time

This commit is contained in:
Michiel Borkent 2021-10-25 12:07:34 +02:00
parent bfd78e7c56
commit 66197ae416

View file

@ -12,8 +12,8 @@ Args=-H:+ReportExceptionStackTraces \
--no-server \
--report-unsupported-elements-at-runtime \
--initialize-at-build-time=com.fasterxml.jackson \
--initialize-at-build-time=java.sql.SQLException \
--initialize-at-run-time=org.postgresql.sspi.SSPIClient \
--initialize-at-run-time=java.sql.SQLException \
--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory$SSLHolder \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader \
-H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.MidiFileReader \