Skip to content

Commit

Permalink
Added "Enable-Native-Access" to the manifest. (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gudenau authored May 30, 2024
1 parent 73c80c6 commit c4b7e3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ build.dependsOn nativeExe

jar {
enabled = false

manifest {
attributes('Enable-Native-Access': 'ALL-UNNAMED')
}
}

if (ENV.SIGNING_SERVER) {
Expand Down

0 comments on commit c4b7e3d

Please sign in to comment.