github allegro/axion-release-plugin v1.14.0

latest releases: v1.18.13, v1.18.12, v1.18.11...
2 years ago

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

Don't miss a new axion-release-plugin release

NewReleases is sending notifications on new releases.