dakshmehta007 opened a new pull request, #14091:
URL: https://github.com/apache/grails-core/pull/14091
Documents the removal of `package-plugin` command and provides migration
path in UPGRADE7.md
### Context
- The `package-plugin` command was removed in Grails 4.0.4
- Documentation needed updating to reflect this change and provide
alternatives
- Issue #11613 reported missing command
### Changes
- Added section in UPGRADE7.md about removed command line tools
- Documents the replacement using Gradle standard tasks:
- `./gradlew assemble` for packaging plugins
- `./gradlew jar` for building plugin JARs
- Explains rationale for change (aligning with Gradle standards)
### Testing
- No functional testing needed as this is a documentation-only change
- Verified accuracy of Gradle commands for plugin packaging
### Additional Notes
- Part of ongoing documentation improvements for Grails 7.0
- Helps users migrate from older Grails versions using legacy commands
- Aligns with modern Gradle-based build practices
Fixes #11613
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]