This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Split GUI into its own jar #102
Labels
enhancement
New feature or request
major
Needs a major platform / framework / build environment rework
Milestone
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.
The text was updated successfully, but these errors were encountered: