Releases: ajoberstar/gradle-git-publish
0.3.2-rc.1
This is a fix release to address some new behavior in Gradle 4.2 that highlighted some misconfigured task outputs.
Breaking Changes
None
Enhancements
None
Fixes
- #35 Failures during
gitPublishCopy
orgitPublishCommit
in Gradle 4.2
Deprecations
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1, 4.0.2, 4.1, 4.2
0.3.1
This is a fix release
Breaking Changes
None
Enhancements
None
Fixes
- #37 Plugin didn't respect
repoDir
property on extension - #32 Deprecation warning for
dependsOnTaskDidWork()
Deprecations
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1, 4.0.2, 4.1, 4.2
0.3.0
This release is focused on Grgit 2 compatibility.
Breaking Changes
- Updated dependency on
org.ajoberstar:grgit
to 2.0.0 - Removed the
gitPublishClose
task. The repo is now closed via a build listener.
Enhancements
None
Fixes
None
Deprecations
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1, 4.0.2, 4.1, 4.2
0.3.0-rc.1
This release is focused on Grgit 2 compatibility.
Breaking Changes
- Updated dependency on
org.ajoberstar:grgit
to 2.0.0-rc.1 - Removed the
gitPublishClose
task. The repo is now closed via a build listener.
Enhancements
None
Fixes
None
Deprecations
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1, 4.0.2
0.2.2
This is a fix release to improve error reporting.
Breaking Changes
None
Enhancements
None
Fixes
- #25 Exceptions are no longer buried in the reset task.
- Prevent an
unknown property
error message in the close task which would occur when the reset task failed - Improved message when the repo directory fails to delete during a reset
Deprecations
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1
0.2.2-rc.2
This is a fix release to improve error reporting.
Breaking Changes
None
Enhancements
None
Fixes
- #25 Exceptions are no longer buried in the reset task.
- Prevent an
unknown property
error message in the close task which would occur when the reset task failed - Improved message when the repo directory fails to delete during a reset
Deprecations
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1
0.2.2-rc.1
This is a fix release to improve error reporting.
Enhancements
None
Fixes
- #25 Exceptions are no longer buried in the reset task.
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5, 3.5.1, 4.0, 4.0.1
0.2.1
This is a fix release to provide the latest dependencies.
Enhancements
- Grgit dependency upgraded to 1.9.1.
Fixes
None
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5-rc-3
0.2.0
This is a fix release to resolve
Enhancements
- #20 Support custom commit messages (Thanks to Rod MacKenzie)
- #21 Provided migration documentation for
org.ajoberstar.github-pages
users in the README. - Grgit dependency upgraded to 1.9.0.
Fixes
- #18 SSH uris cause failure on second run of gitPublishReset
- #16 Occasional locking issues were occuring on a second run of gitPublishPush. A close task is now run after any of the gitPublish ones to ensure that JGit is no longer holding anything open when Gradle is done running. (possible fix)
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4, 3.5-rc-1
0.1.1-rc.1
This is a fix release to resolve
Enhancements
None
Fixes
- #18 SSH uris cause failure on second run of gitPublishReset
Compatibility
Java: requires 8 or higher
Gradle: tested against 3.0, 3.1, 3.2, 3.2.1. 3.3, 3.4-rc-3