Skip to content

Gradle Plugin v8.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 05:57
· 30 commits to main since this release

Added

  • Add support for AsciiDoc formatting via adocfmt. (#2960)
  • flexmark() step now supports arbitrary formatter options via the formatterOptions map. (#2968)

Fixed

  • toggleOffOn no longer disables lint-only steps such as forbidWildcardImports. (#2962)
  • Prevent build caches from interfering when executing under the -PspotlessIdeHook mode. (#2365)
  • Parse standard git year output in LicenseHeaderStep. (#2940)
  • Fix StringIndexOutOfBoundsException in scenarios where copyright year is surrounded by whitespace. (#2973)

Changes

  • Bump default greclipse version to latest 4.35 -> 4.39. (#2924)