Skip to content

Bump org.ajoberstar.git-publish from 3.0.1 to 4.1.1 #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps org.ajoberstar.git-publish from 3.0.1 to 4.1.1.

Release notes

Sourced from org.ajoberstar.git-publish's releases.

4.1.1

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 the gitPublishCopy thinking it was stale. As a result the gitPublishCommit 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

  • #99 No such file or directory during gitPublishCommit

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
11 7.0.2, 7.5.1
17 7.3.3, 7.5.1

4.1.0

Breaking Changes

None

Enhancements

  • #86 Supports multiple git publications per project

Fixes

  • #82 Orphan branches now properly set tracking, improving up-to-date checks

Deprecations

None

Compatibility

... (truncated)

Commits
  • 58699af Merge pull request #100 from ajoberstar/bug
  • fa8aa9e patch: Fix no such file or directory during commit
  • ba61944 Update Gradle, plugins, dependencies
  • df48274 Only use Central for plugins
  • 9f0bb14 chore(build): Update plugin versions
  • 769bc75 Update JCenter wording
  • a801194 Remove maintenance note
  • 80da9de Supports multiple git publications
  • 3e0159e Fix tracking of orphan branches
  • 90891e1 Use final grgit 5
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.ajoberstar.git-publish](https://github.com/ajoberstar/gradle-git-publish) from 3.0.1 to 4.1.1.
- [Release notes](https://github.com/ajoberstar/gradle-git-publish/releases)
- [Commits](ajoberstar/gradle-git-publish@3.0.1...4.1.1)

---
updated-dependencies:
- dependency-name: org.ajoberstar.git-publish
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 15, 2022
@scordio scordio self-assigned this Oct 12, 2022
@scordio
Copy link
Member

scordio commented Oct 12, 2022

To be investigated why version 4.0.0 fails: https://github.com/assertj/doc/runs/5172480725?check_suite_focus=true

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 24, 2023

Superseded by #140.

@dependabot dependabot bot closed this Apr 24, 2023
@dependabot dependabot bot deleted the dependabot/gradle/org.ajoberstar.git-publish-4.1.1 branch April 24, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant