Skip to content
Snippets Groups Projects
Commit c01c9654 authored by Scherbaum Maximilian's avatar Scherbaum Maximilian Committed by Tran Peter
Browse files

fix: crash while programm start, cause of missing open statement in module-info.java

parent e5cfc512
No related branches found
No related tags found
4 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!17Merge ui into development
......@@ -10,6 +10,7 @@ module gui {
opens de.hdm_stuttgart.battlearena to javafx.fxml;
opens de.hdm_stuttgart.battlearena.Controller to javafx.fxml;
opens de.hdm_stuttgart.battlearena.Model.DataStorage.Classes to com.google.gson;
opens de.hdm_stuttgart.battlearena.Model.DataStorage.Classes.Exceptions to com.google.gson;
opens de.hdm_stuttgart.battlearena.Model.DataStorage.Classes.Utilities to com.google.gson;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment