-
Notifications
You must be signed in to change notification settings - Fork 10
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
Grails Publish Improvements #364
Comments
These issues are not blockers and the plugin is still useful for most gradle publish scenarios. This ticket will be lower priority in the earlier Grails 7 development cycle. |
If root project = project, this can fail with:
|
Releases are required to be signed when using grailsPublish. This ticket needs to add better documentation for these requirements. |
closeAndReleaseSonatypeStagingRepository is missing on subprojects when grailsPublish is applied there. |
There are 2 bugs I'm tracking down:
plugins {}
method instead ofapply plugin: 'org.grails.grails-publish'
in a multiproject build it fails.I'll create a ticket to look at these before the 7.0.0 release.
The text was updated successfully, but these errors were encountered: