This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Split GUI into its own jar #102
Closed
Description
Description
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.
chatoverflow/project/BuildUtility.scala
Lines 229 to 230 in 6ded482
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.