Skip to content

Indra v3.0.0

Compare
Choose a tag to compare
@zml2008 zml2008 released this 05 Oct 06:06
· 97 commits to main/3.x since this release

Indra 3.0.0 is a minorly breaking release removing deprecated features, and allowing use of the common indra modules without pulling in the Cadix licenser.

As of this release, Indra is only tested on Gradle 7.5.1 or newer.

🔧 Changes

  • Remove indra-common dependency on the cadix licenser module. net.kyori.indra.license-header is now a standalone artifact, to be removed at some point in the future - f3257d9
  • Remove unused Indra.SOURCE_FILES field - bd4760e
  • Remove deprecated repository extensions system - 0e66d12
  • crossdoc: Support configuration cache - cef5031

🐛 Fixes

  • Resolve use of deprecated project Convention plugins - 87de46d