There was an error while loading. Please reload this page.
1 parent 16bfd0c commit e5684d9Copy full SHA for e5684d9
1 file changed
build.gradle.kts
@@ -284,6 +284,12 @@ tasks {
284
// Shadow JAR — the only distribution artifact
285
// ============================================================================
286
shadowJar {
287
+ manifest {
288
+ attributes(
289
+ "Enable-Native-Access" to "ALL-UNNAMED"
290
+ )
291
+ }
292
+
293
dependencies {
294
exclude(dependency("org.jetbrains.skiko:skiko-awt-runtime-.*:.*"))
295
exclude(dependency("net.java.dev.jna:jna:.*"))
0 commit comments