super duper hacky shit

This commit is contained in:
Gregor Lohaus
2026-05-28 23:29:09 +02:00
parent d588eb75a6
commit 3612de46bd

View File

@@ -24,6 +24,10 @@ javafx {
modules = [ 'javafx.controls', 'javafx.fxml' ]
}
gluonfx {
compilerArgs += ['-H:+ForeignAPISupport']
}
application {
mainClass = 'com.gregor.jprototerm.Main'
}