Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customisation of generated IDE run names #27

Open
FiniteReality opened this issue Nov 1, 2023 · 0 comments
Open

Allow customisation of generated IDE run names #27

FiniteReality opened this issue Nov 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FiniteReality
Copy link
Member

I'm working on porting a multi-mod workspace to NG7 with the following structure:

  • (root project)
    • hephaestus
      • core (standard Java library, doesn't interface with MC)
      • mod (FG7, a standard Neo mod)
      • neoforge (standard Java library, containing FML-specific code)
    • survival-reborn (FG7, a standard Neo mod)

Unfortunately, the runs that NG7 generates by default don't have the best names (particularly for :hephaestus:mod):
Screenshot_20231101_222703
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.

@sciwhiz12 sciwhiz12 added the enhancement New feature or request label Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants