v20.0.0
Breaking change
This version uses Gradle's build service references which was introduced in Gradle 8.0.
From now on, this plugin requires Gradle 8.0 or higher
What's Changed
- Upgrade action/cache to v4 by @rpalcolea in #265
- refactor/update-a-gradle-plugin-by-id by @rpalcolea in #266
- Upgrade Gradle Wrapper to 8.12-rc-1 by @rpalcolea in #267
- Update Gradle wrapper to 8.12-rc-2 by @rpalcolea in #268
- Upgrade Gradle Wrapper to 8.12 by @rpalcolea in #269
- refactor/migrate-from-gradle-enterprise-to-develocity by @rpalcolea in #271
- ReleasePlugin: remove JFrog's Bintray logic as Bintray does NOT exist anymore by @rpalcolea in #274
- ReleasePlugin: Git operations should only happen when applying to rootProject by @rpalcolea in #275
- ReleasePlugin: introduce GitBuildService to hold state of common git operations and re-use across subprojects by @rpalcolea in #276
Full Changelog: v19.0.10...v20.0.0