Releases: nebula-plugins/gradle-ospackage-plugin
Releases · nebula-plugins/gradle-ospackage-plugin
v12.0.0
Breaking change
This version is now compiled with JDK 17, Groovy 4 and Gradle 9.x
Not backwards compatible
What's Changed
- Update com.netflix.nebula.plugin plugin to use sonatype central portal by @OdysseusLives in #465
- Gradle 9.x support by @rpalcolea in #468
Full Changelog: v11.11.2...v12.0.0
v11.11.2
ProjectPackagingExtension
: usePatternSets.getNonCachingPatternSetFactory()
Full Changelog: v11.11.1...v11.11.2
v11.11.1
- ProjectPackagingExtension: use existing project's propertyFactory. Thanks to @breskeby for pointing this out in #458
Full Changelog: v11.11.0...v11.11.1
v11.11.0
What's Changed
- Upgrade Gradle Wrapper to 8.12 by @rpalcolea in #456
- refactor/migrate-from-gradle-enterprise-to-develocity by @rpalcolea in #457
- Gradle 8.13 support
Full Changelog: v11.10.1...v11.11.0
v11.10.1
What's Changed
- Upgrade action/cache to v4 by @rpalcolea in #451
- refactor/update-a-gradle-plugin-by-id by @rpalcolea in #452
- Upgrade Gradle Wrapper to 8.12-rc-1 by @rpalcolea in #453
- Update Gradle wrapper to 8.12-rc-2 by @rpalcolea in #454
- Fix Gradle 8.12 deprecation warning by @breskeby in #455
Full Changelog: v11.10.0...v11.10.1
v11.10.0
Full Changelog: v11.9.1...v11.10.0
v11.9.1
v11.9.0
What's Changed
- support new Gradle's FilePermissions API by @rpalcolea in #442
Full Changelog: v11.8.1...v11.9.0
v11.8.1
v11.8.0
- Add optional user/group support for links. Thank you @schwingmar for the contribution