Skip to content

Releases: ajoberstar/gradle-git-publish

0.3.2-rc.1

20 Oct 03:56
Compare
Choose a tag to compare
0.3.2-rc.1 Pre-release
Pre-release

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 or gitPublishCommit 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

13 Oct 01:21
Compare
Choose a tag to compare

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

06 Aug 16:11
Compare
Choose a tag to compare

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

05 Aug 19:58
Compare
Choose a tag to compare
0.3.0-rc.1 Pre-release
Pre-release

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

05 Aug 13:33
Compare
Choose a tag to compare

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

05 Aug 13:30
Compare
Choose a tag to compare
0.2.2-rc.2 Pre-release
Pre-release

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

25 Jul 02:54
Compare
Choose a tag to compare
0.2.2-rc.1 Pre-release
Pre-release

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

09 Apr 17:51
Compare
Choose a tag to compare

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

23 Mar 02:08
Compare
Choose a tag to compare

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

17 Feb 01:07
Compare
Choose a tag to compare
0.1.1-rc.1 Pre-release
Pre-release

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