Update plugin org.ajoberstar.git-publish to v4 #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.1
->4.2.2
Release Notes
ajoberstar/gradle-git-publish (org.ajoberstar.git-publish)
v4.2.2
Compare Source
Small patch to update dependencies and fix a configuration cache issue.
Breaking Changes
None
Enhancements
None
Fixes
usesService
Deprecations
None
Compatibility
Tested on the following version:
v4.2.1
Compare Source
Small patch to update dependencies.
Breaking Changes
None
Enhancements
None
Fixes
Deprecations
None
Compatibility
Tested on the following version:
v4.2.0
Compare Source
Adds support for shallow clones, via the
fetchDepth
property on publications.Breaking Changes
None
Enhancements
Fixes
None
Deprecations
None
Compatibility
Tested on the following version:
v4.1.1
Compare Source
A small release to fix a bug related to Gradle's stale output tracking. If your project's
.gradle
directory is missing (e.g. first build) Gradle would delete the publish repo dir (build/gitPublish/*) after thegitPublishCopy
thinking it was stale. As a result thegitPublishCommit
would fail due to a missing repo directory. We now inform Gradle that the copy task's state should not be tracked (the other tasks were already set up that way).NOTE: The fix to #99 only works on Gradle 7.3+. I highly recommend not using lower versions of gradle.
Breaking Changes
None
Enhancements
None
Fixes
Deprecations
None
Compatibility
Tested on the following version:
v4.1.0
Compare Source
Breaking Changes
None
Enhancements
Fixes
Deprecations
None
Compatibility
Tested on the following version:
Deprecations
None
Compatibility
Tested on the following version:
v4.0.0
Compare Source
Breaking Changes
Enhancements
--configuration-cache
(#93)Fixes
None
Deprecations
None
Compatibility
Tested on the following version:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.