Skip to content

0.4.1

Compare
Choose a tag to compare
@ajoberstar ajoberstar released this 25 Apr 23:59
· 108 commits to main since this release
ecc7e50

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