This commit is contained in:
Anuken
2026-02-13 10:01:37 -05:00
parent dec4913090
commit 0aa091b212
4 changed files with 7 additions and 8 deletions

View File

@@ -62,6 +62,7 @@ tasks.register('dist', Jar){
attributes 'Main-Class': project.mainClassName
//note: this doesn't do anything when launched from the bundled JVM
attributes 'Enable-Native-Access': 'ALL-UNNAMED'
attributes 'Multi-Release': 'true'
}
}