Skip to content

Commit

Permalink
re-enable native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed committed Dec 19, 2023
1 parent ac3bb2a commit 60468a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/resources/common/gradle/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ graalvmNative {
buildArgs.add('--initialize-at-run-time=com.sun.xml.ws,org.codehaus.groovy.control.XStreamUtils,org.codehaus.groovy.vmplugin.v8.Java8\$LookupHolder,groovy.grape.GrapeIvy')
buildArgs.add("--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG\$Default,org.bouncycastle.jcajce.provider.drbg.DRBG\$NonceAndIV")
buildArgs.add('--features=org.apereo.cas.nativex.features.BouncyCastleProviderFeature')
buildArgs.add('--features=org.apereo.cas.nativex.features.DefaultNativeImageFeature')
buildArgs.add('--enable-url-protocols=jar')
/*
Expand Down

0 comments on commit 60468a4

Please sign in to comment.