[#1040] build time, not run time
This commit is contained in:
parent
bfd78e7c56
commit
66197ae416
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue