Releases: nebula-plugins/gradle-info-plugin
Releases · nebula-plugins/gradle-info-plugin
v16.0.2
What's Changed
- Replace deprecated DomainObjectCollection.findAll with matching in InfoJavaPlugin by @rpalcolea in #118
Full Changelog: v16.0.1...v16.0.2
v16.0.1
What's Changed
- Update github actions by @rpalcolea in #114
- fix bug where scminfo.origin is not populated by @wakingrufus in #117
New Contributors
- @wakingrufus made their first contribution in #117
Full Changelog: v16.0.0...v16.0.1
v16.0.0
What's Changed
- Update Gradle Wrapper to 9.2.1 by @rpalcolea in #113
- Migrate info plugin extensions to Gradle Provider API by @rpalcolea in #112
Full Changelog: v15.0.0...v16.0.0
v15.0.0
What's Changed
- Update com.netflix.nebula.plugin plugin to use sonatype central portal by @OdysseusLives in #110
- Gradle 9.x by @rpalcolea in #111
New Contributors
- @OdysseusLives made their first contribution in #110
Full Changelog: v14.0.0...v15.0.0
v14.0.0
What's Changed
- ScmInfoPlugin: calculate scm information only once when root project applies the plugin as well by @rpalcolea in #107
- Upgrade dependencies by @rpalcolea in #108
Full Changelog: v13.3.0...v14.0.0
v13.3.0
Full Changelog: v13.2.0...v13.3.0
v13.2.0
- Upgrade jna-platform to 5.15.0
Full Changelog: v13.1.2...v13.2.0
v13.1.2
Full Changelog: v13.1.1...v13.1.2
v13.1.1
v13.1.0
- Memoize the Git module origin to avoid it being fetched more than once per-project