Releases: SgtSilvio/gradle-metadata
Releases · SgtSilvio/gradle-metadata
0.6.0
🌟 Features
- Integration with the Gradle Plugin Development Plugin
✨ Improvements
- Published artifacts are signed
ℹ️ Miscellaneous
- Increased minimum required Gradle version to 6.6
0.5.0
🌟 Features
- Use SPDX short/full name and url
✨ Improvements
- Fix Gradle 9 deprecation warning
- Move from the old
com.github
to the new io.github
namespace
0.4.0
🌟 Features
- Add convention for
github.org
derived from the project group
without TLDs (org, com, ...)
- Add convention for
github.repo
equal to the project name
✨ Improvements
- Consistent convention handling, now also for
github.issues
and github.pages
0.3.0
🌟 Features
- Use NamedDomainObjectContainer for developers
- Use InitProvider for nested objects
0.2.0
🌟 Features
Lazy configuration
- Use
Property
instead of getters and setters
- Configure optional pom/bnd metadata only if it is set