We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8351ee4 commit 6fa6f23Copy full SHA for 6fa6f23
1 file changed
HMCL/build.gradle.kts
@@ -206,7 +206,8 @@ tasks.shadowJar {
206
"Main-Class" to "org.jackhuang.hmcl.Main",
207
"Multi-Release" to "true",
208
"Add-Opens" to addOpens.joinToString(" "),
209
- "Enable-Native-Access" to "ALL-UNNAMED"
+ "Enable-Native-Access" to "ALL-UNNAMED",
210
+ "Enable-Final-Field-Mutation" to "ALL-UNNAMED",
211
)
212
213
if (launcherExe.isNotBlank()) {
0 commit comments