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
Unfortunately, the runs that NG7 generates by default don't have the best names (particularly for :hephaestus:mod):
Ideally, I'd like to be able to do something like this to configure the name of the generated name:
I'm working on porting a multi-mod workspace to NG7 with the following structure:
Unfortunately, the runs that NG7 generates by default don't have the best names (particularly for
:hephaestus:mod
):Ideally, I'd like to be able to do something like this to configure the name of the generated name:
runs { configureEach { ideaApplication "${project.path}: ${it.name}" } }
Though I was looking through the source code and it seems to be hardcoded, so I'm not sure the feasibility of this.
The text was updated successfully, but these errors were encountered: