Release notes

Features

  • #171 - Supports Gradle 9 as a new artifact.

  • #172 - Get direct access to command entry points. Instead of doing cmd {}, it is also possible to use getCmd().

Bugs

  • #173 - Cannot parse versions of the format 9.1.0-rc-1.

  • #174 - AbstractCommandExecSpec and AbstractCommandExecTask are missing annotations on getCmd().

Breaking changes

  • ExecutableEntryPoint now implements GrolifantProcessForkOptions rather than ProcessForkOptions.

  • The legacy AbstractAuthenticationSupportedRepository has been removed.

Other

  • #170 - Removed the need to depend on dev.gradleplugins. The build process now extracts its own Gradle API JARs.

There is no 5.3.0 release. Some Grolifant artifacts can be found under the 5.3.0 version on Maven Central, but the release was partial. For all intent and purpose 5.3.1 is the first 5.3.x release.