lunatech-labs/lunatech-scala2-to-scala3-course

No sbt auto-reload on a change of the of build definition

Closed this issue · 1 comments

The build definition may change between different versions of an exercise.

In a studentified version of the course, it would be very convenient to have sbt reload the new definition automatically. This can be accomplished by adding the following setting to the global build.sbt file:

Global / onChangedBuildSource := ReloadOnSourceChanges

To support this, a new option would have to be added to the course management tools. If not, the addition of this setting will be overwritten (and discarded) when regenerating the build file via masteradm and it would also not appear in a .studentified (or linearized) version of the repo

Closed as this is now implemented in the course management tools with PR Auto reload build on build def change detection (#84)