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

Remove -plain suffix from Grails Plugin artifacts #347

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Nov 3, 2024

No description provided.

Copy link
Contributor

@jdaugherty jdaugherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thrilled to see this change. Thank you!

}
project.tasks.named(JavaPlugin.JAR_TASK_NAME, Jar) {
it.enabled = true
it.archiveClassifier.set('') // Remove '-plain' suffix from jar file name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this will impact any grails plugin (which is probably a very good thing) - @jamesfredley started a google document to gather upgrade gotchas. @codeconsole moved that document to here: https://github.com/grails/grails-core/blob/7.0.x/UPGRADE7.md Can you add a bullet point documenting this change for plugin authors?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this will impact any grails plugin

Yes, any project that applies the org.grails.grails-plugin gradle plugin will be impacted.

Can you add a bullet point documenting this change for plugin authors?

Here is an PR for the Grails 7 gotchas: grails/grails-core#13825

@matrei matrei merged commit e8192f7 into 6.2.x Nov 4, 2024
10 checks passed
@matrei matrei deleted the matrei/no-plain-on-plugin-artifacts branch November 4, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants