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

Fix published capability names #1

Merged
merged 3 commits into from
Mar 25, 2024
Merged

Conversation

lukebemish
Copy link
Contributor

GDI uses feature variants to publish the runtime and base components. It uses the automatically generated capability name for each of these; however, due to using a project name that does not line up with the published module name, this results in rather strange capability names, of the format net.neoforged:GroovyDSLImprover-runtime instead of the more sensible and expected net.neoforged:groovydslimprover-runtime, to match the main published module. This PR fixes this, by changing the root project name to match the published module.

Note that due to an IntelliJ quirk, if you are working on GDI in dev on Windows and apply this change, you may need to delete the .idea folder and re-import the project to get it to play nice.

@Matyrobbrt Matyrobbrt merged commit 47236a4 into neoforged:main Mar 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants