Skip to content

Commit 70898ea

Browse files
committed
Fix vm argument in gradle
1 parent dfa7490 commit 70898ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ javafx {
1111
}
1212

1313
compileJava {
14-
options.compilerArgs += ['--add-exports', 'javafx.graphics/com.sun.glass.ui=ALL-UNNAMED']
14+
options.compilerArgs += ['--add-exports', 'javafx.graphics/com.sun.glass.ui=nativejavafx.taskbar']
1515
}
1616

1717
jar {

0 commit comments

Comments
 (0)