diff --git a/build.gradle b/build.gradle index 8432e46..36061c3 100644 --- a/build.gradle +++ b/build.gradle @@ -113,6 +113,10 @@ build.dependsOn nativeExe jar { enabled = false + + manifest { + attributes('Enable-Native-Access': 'ALL-UNNAMED') + } } if (ENV.SIGNING_SERVER) {