Skip to content

Releases: ajoberstar/gradle-git-publish

3.0.0

20 Sep 00:19
036caf1
Compare
Choose a tag to compare

Drops Gradle 4 support and allows for enabling/disabling GPG signing of commits. Also tests for compatibility against Java 15.

Breaking Changes

  • Drops Gradle 4 support

Enhancements

  • #78 Support opting out of GPG sign of commits

Fixes

None

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1
11 5.0, 5.6.4, 6.0.1, 6.6.1, 6.7-rc-1
15 6.3, 6.6.1, 6.7-rc-1

3.0.0-rc.1

05 Jan 21:23
Compare
Choose a tag to compare
3.0.0-rc.1 Pre-release
Pre-release

Drops Gradle 4 support and allows for enabling/disabling GPG signing of commits. Also tests for compatibility against Java 13.

Breaking Changes

  • Drops Gradle 4 support

Enhancements

  • #78 Support opting out of GPG sign of commits

Fixes

None

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 5.0, 5.6.4, 6.0.1, 6.1-rc-1
11 5.0, 5.6.4, 6.0.1, 6.1-rc-1
13 6.0.1, 6.1-rc-1

2.1.3

12 Dec 00:53
582c9ca
Compare
Choose a tag to compare

Recompiles with Java 8 to restore Java 8 compatibility, which was accidentally broken in 2.1.2.

Breaking Changes

None

Enhancements

None

Fixes

  • #77 Incompatible with Java 8

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.1-milestone-1
11 5.0, 5.6.4, 6.0.1, 6.1-milestone-1

2.1.3-rc.1

04 Dec 01:56
582c9ca
Compare
Choose a tag to compare
2.1.3-rc.1 Pre-release
Pre-release

Recompiles with Java 8 to restore Java 8 compatibility, which was accidentally broken in 2.1.2.

Breaking Changes

None

Enhancements

None

Fixes

  • #77 Incompatible with Java 8

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.1-milestone-1
11 5.0, 5.6.4, 6.0.1, 6.1-milestone-1

2.1.2

21 Nov 02:54
0f3ddeb
Compare
Choose a tag to compare

Updates dependencies, specifically the grgit dependency.

Breaking Changes

None

Enhancements

None

Fixes

  • Upgrade dependency on grgit to 4.0.0

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.1-milestone-1
11 5.0, 5.6.4, 6.0.1, 6.1-milestone-1

2.1.2-rc.1

21 Nov 02:48
0f3ddeb
Compare
Choose a tag to compare
2.1.2-rc.1 Pre-release
Pre-release

Updates dependencies, specifically the grgit dependency.

Breaking Changes

None

Enhancements

None

Fixes

  • Upgrade dependency on grgit to 4.0.0

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.1-milestone-1
11 5.0, 5.6.4, 6.0.1, 6.1-milestone-1

2.1.1

26 Mar 23:21
Compare
Choose a tag to compare

Fix release to complete the fix for the deprecation warning for directoryProperty.

Breaking Changes

None

Enhancements

None

Fixes

  • #64 Avoid use of deprecated directoryProperty method (Thanks @marccphillip)

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.3
11 5.0, 5.3

2.1.1-rc.1

25 Mar 23:58
Compare
Choose a tag to compare
2.1.1-rc.1 Pre-release
Pre-release

Fix release to complete the fix for the deprecation warning for directoryProperty.

Breaking Changes

None

Enhancements

None

Fixes

  • #64 Avoid use of deprecated directoryProperty method (Thanks @marccphillip)

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.3
11 5.0, 5.3

2.1.0

23 Mar 22:56
Compare
Choose a tag to compare

This release includes a few new features, the main one being the support for fetching the initial commits for the gitPublish.branch from your local repo (if you use org.ajoberstar.grgit or manually configure gitPublish.referenceRepoUri) before fetching from the remote. This should reduce how many commits need to be pulled over the network.

Breaking Changes

None

Enhancements

  • #1 Fetch gitPublish.branch from the local repo first, if possible, before fetching from the remote.

Fixes

  • #64 Avoid use of deprecated directoryProperty method (Thanks @marccphillip)

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.3
11 5.0, 5.3

2.1.0-rc.1

23 Mar 22:50
Compare
Choose a tag to compare
2.1.0-rc.1 Pre-release
Pre-release

This release includes a few new features, the main one being the support for fetching the initial commits for the gitPublish.branch from your local repo (if you use org.ajoberstar.grgit or manually configure gitPublish.referenceRepoUri) before fetching from the remote. This should reduce how many commits need to be pulled over the network.

Breaking Changes

None

Enhancements

  • #1 Fetch gitPublish.branch from the local repo first, if possible, before fetching from the remote.

Fixes

  • #64 Avoid use of deprecated directoryProperty method (Thanks @marccphillip)

Deprecations

None

Compatibility

Tested on the following version:

Java Version Gradle Versions
8 4.3, 4.10.3, 5.0, 5.3
11 5.0, 5.3