aws-mysql-jdbc
aws-mysql-jdbc copied to clipboard
chore: Bump grgit-gradle from 4.1.1 to 5.0.0
Bumps grgit-gradle from 4.1.1 to 5.0.0.
Release notes
Sourced from grgit-gradle's releases.
5.0.0
This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.
Known Issue: #356 highlighted that (some?) multi-project builds will encounter an error when applying
org.ajoberstar.grgitororg.ajoberstar.grgit.serviceto multiple projects. This is caused by an upstream Gradle issue gradle/gradle#17559 that is, as of 2/10/2022, is targeted to be fixed in 7.5. I suggest multi-project builds hold off on upgrading until that upstream issue is resolved.Breaking Changes
- Upgrade to JGit 6
- Drops support for Java 8 (due to JGit upgrade)
- Drops support for Gradle 4, 5, and 6
- Drops support for Groovy 2
org.ajoberstar.grgitis no longer auto-applied to all subprojects, you must apply it to any project that wants to access thegrgitpropertyEnhancements
- #322
--configuration-cacheis now supported (thanks@abelomand@runningcode)- #354 A new
org.ajoberstar.grgit-serviceplugin is available to provide lazy access to aGrgitService(a Gradle BuildService). See the README for tips on how to use this.- Adds
grgit.remote.remove(name: 'origin')to remove remotesFixes
None
Deprecations
None
Compatibility
Tested on the following version:
Java Version Gradle Versions 11 7.0.2, 7.3.3, 7.4-rc-2 17 7.3.3, 7.4-rc-2 5.0.0-rc.7
This release includes a number of breaking changes, with the main user highlight being the long awaited configuration cache support.
Breaking Changes
- Upgrade to JGit 6
- Drops support for Java 8 (due to JGit upgrade)
- Drops support for Gradle 4, 5, and 6
- Drops support for Groovy 2
org.ajoberstar.grgitis no longer auto-applied to all subprojects, you must apply it to any project that wants to access thegrgitpropertyEnhancements
- #322
--configuration-cacheis now supported (thanks@abelomand@runningcode)
... (truncated)
Commits
0de6903Add maven central config and fix service plugin id6921ab4Add group/descriptiona24b47aRemove publishPlugins task25429e8Fix toolchain settings for build632cd45Use Gradle 7.48eb7ca2Add repositories996cb6bSwitch to gradle-defaultsc0450b1Add command to remove remotes0354fa7Fix for use of dir instead of currentDir6e14884Merge pull request #354 from ajoberstar/config-cache- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot recreate
Note: grgit-gradle does not have a 5.0.0 release yet, only a 5.0.0-rc.3 release https://plugins.gradle.org/plugin/org.ajoberstar.grgit
Superseded by #393.