Skip to content

v1.14.0

Compare
Choose a tag to compare
@bgalek bgalek released this 03 Aug 08:11
· 159 commits to main since this release
8ae9e5b

This release includes support for Gradle's configuration cache.
As part of this change, configuration properties are now Gradle-managed properties.

In some cases, existing build scripts may need to be adjusted:

  • Kotlin DSL users will need to use the property.set(value) instead of assignment;
  • Users of a custom key file should use the new property customKeyFile
  • several 'setXXX' methods have been replaced with function equivalents (e.g. setSerializer -> serializer)
  • If extending an Axion task (setting the versionConfig property), please check out updated syntax in the documentation

What's Changed

New Contributors

Dependencies

Full Changelog: v1.13.14...v1.14.0