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

Lunatech course - "Moving forward from Scala 2 to Scala 3"
Apache License 2.0
204 stars 21 forks source link

Move code to root folder of studentified project #106

Closed adpi2 closed 1 year ago

adpi2 commented 1 year ago

I find it not convenient that the sbt project is in the code folder and not in the root folder of the studentified project. I would prefer to have everything in the same folder so that I can run all the commands (git, cmtc and sbt) from the same working directory.

eloots commented 1 year ago

Instead of moving the code to the root folder, I would keep it as-is, but apply the following changes:

eloots commented 1 year ago

What you requested is now possible via https://github.com/lunatech-labs/course-management-tools/pull/242

The only thing that is necessary is to set cmt.studentified-repo-active-exercise-folder = . in the project's course management configuration file.