We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e843d commit 2b0171bCopy full SHA for 2b0171b
1 file changed
.github/workflows/micronaut-compatibility-preserve.yml
@@ -53,4 +53,4 @@ jobs:
53
call-template:
54
uses: './.github/workflows/micronaut-template.yml'
55
with:
56
- NATIVE_IMAGE_OPTIONS: '-H:+UnlockExperimentalVMOptions -H:+ReportExceptionStackTraces -H:+CompatibilityMode -H:Preserve=all -H:-UnlockExperimentalVMOptions'
+ NATIVE_IMAGE_OPTIONS: '-H:+UnlockExperimentalVMOptions -H:+ReportExceptionStackTraces -H:+PlatformInterfaceCompatibilityMode -H:+CompatibilityMode -H:Preserve=all -H:-UnlockExperimentalVMOptions'
0 commit comments