Skip to content

Gradle Plugin v8.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 23:38
· 65 commits to main since this release

Added

  • Partial support for isolated projects. They work if predeclared dependencies are not used. (#2854)
  • Add tabletest-formatter support for Java and Kotlin. (#2860)

Fixed

  • Fix the ability to specify a wildcard version (*) for external formatter executables, which did not work. (#2848)
  • [fix] ConcurrentModificationException in expandWildcardImports (#2830)