Skip to content
Snippets Groups Projects
Commit 51699dfe authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-5120 Try adding `-parameters`

This does not work for the external mongock library
parent 0c5b74ad
Branches
Tags
No related merge requests found
......@@ -210,21 +210,26 @@
<buildArgs>
<buildArg>-H:-AddAllFileSystemProviders</buildArg>
<buildArg>--strict-image-heap</buildArg>
<buildArg>--initialize-at-build-time=org.bouncycastle</buildArg>
<buildArg>
--initialize-at-build-time=net.i2p.crypto.eddsa.EdDSASecurityProvider
--initialize-at-build-time=org.bouncycastle,net.i2p.crypto.eddsa.EdDSASecurityProvider
</buildArg>
<buildArg>
--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG$Default
</buildArg>
<buildArg>
--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG$NonceAndIV
--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG$Default,org.bouncycastle.jcajce.provider.drbg.DRBG$NonceAndIV
</buildArg>
</buildArgs>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment