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
I have a giter8 template that generates a multi-project build. The scaffolds are stored at the top-level .g8 folder. When I try to execute a scaffold in a subproject, it fails because it can't find the scaffold. When I move the .g8 folder to the specific sub-project folder, things start to work again.
Would it be possible to enhance scaffolding to look up through the project hierarchy for scaffolds, or is there some other way to declare scaffolds to work with multi-project builds?
The text was updated successfully, but these errors were encountered:
I have a giter8 template that generates a multi-project build. The scaffolds are stored at the top-level .g8 folder. When I try to execute a scaffold in a subproject, it fails because it can't find the scaffold. When I move the .g8 folder to the specific sub-project folder, things start to work again.
Would it be possible to enhance scaffolding to look up through the project hierarchy for scaffolds, or is there some other way to declare scaffolds to work with multi-project builds?
The text was updated successfully, but these errors were encountered: