Skip to content

Commit

Permalink
allow opening FXML files with scripts (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Nov 12, 2024
1 parent bf24a24 commit f6ae9bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
EmbeddedSceneBuilderDemo/com.gluonhq.scenebuilder.embedded.demo.DemoApplication
</mainClass>
<options>
<option>-Djavafx.allowjs=true</option>
<option>--add-opens=javafx.fxml/javafx.fxml=com.gluonhq.scenebuilder.kit</option>
</options>
</configuration>
Expand Down Expand Up @@ -99,4 +100,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit f6ae9bf

Please sign in to comment.