Releases: ajoberstar/gradle-git-publish
4.0.0
Breaking Changes
- Upgrades to Grgit 5 (#85)
- Drops support for Java 8 (due to Grgit upgrade)
- Drops support for Gradle <7
Enhancements
Fixes
None
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
11 | 7.0.2, 7.4 |
17 | 7.3.3, 7.4 |
4.0.0-rc.1
Breaking Changes
- Upgrades to Grgit 5 (#85)
- Drops support for Java 8 (due to Grgit upgrade)
- Drops support for Gradle <7
Enhancements
Fixes
None
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
11 | 7.0.2, 7.4 |
17 | 7.3.3, 7.4 |
3.0.1
Starts publishing to Maven Central and drops publishing directly to Gradle plugin portal to really ensure POM references static versions. Since the plugin is published to Maven Central (which the Gradle plugin portal proxies), no changes should be needed from consumers.
Breaking Changes
None
Enhancements
None
Fixes
- #97 Publishes POMs with static versions
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 5.0, 5.6.4, 6.0.1, 6.9.2, 7.0.2, 7.4 |
11 | 5.0, 5.6.4, 6.0.1, 6.9.2, 7.0.2, 7.4 |
17 | 7.3.3, 7.4 |
3.0.0
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
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
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
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
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
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
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 |