0.4.1
A small fix release to restore a default to its pre-0.4.0 value.
For users upgrading from <0.4.0, the use of Property
on the extension removes the ability to assign GString transparently. This is due to gradle/gradle#3005.
gitPublish {
// This will no longer work
commitMessage = "Deploy docs to gh-pages (${grgit.head().abbreviatedId})"
// Must change to this
commitMessage = "Deploy docs to gh-pages (${grgit.head().abbreviatedId})".toString()
}
Breaking Changes
None
Enhancements
None
Fixes
- #47 Default commit message didn't match documentation
Deprecations
None
Compatibility
Tested on the following version:
Java Version | Gradle Versions |
---|---|
8 | 4.3 through 4.7 |
9 | 4.3 through 4.7 |
10 | 4.3 through 4.7 |