Skip to content

Commit 67ecea5

Browse files
authored
build: prevent warnings in tests (#825)
1 parent 2e21131 commit 67ecea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<configuration>
143143
<reuseForks>false</reuseForks>
144144
<forkCount>1</forkCount>
145-
<argLine>--add-opens=javafx.fxml/javafx.fxml=com.gluonhq.scenebuilder.kit -Djavafx.allowjs=true</argLine>
145+
<argLine>--add-opens=javafx.fxml/javafx.fxml=com.gluonhq.scenebuilder.kit -Djavafx.allowjs=true --enable-native-access=javafx.graphics</argLine>
146146
</configuration>
147147
</plugin>
148148
</plugins>

0 commit comments

Comments
 (0)