You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
The compiled GUI is currently included in the jar of the framework.
The GUI should be split into its own jar that is deployed alongside the jar of the framework and api. This way we align to that every repo that is deployed gets its own jar.
References
#17 has added the sbt gui task that needs to be reworked.
Here the gui is copied into the resources of the framework. Instead a new jar has to be created, included in the deploy task and be put on the classpath in order to support the execution of the project with IntelliJ.