v0.24.0
mateuszkwiecinski
released this
11 Apr 10:16
·
466 commits
to master
since this release
Changed
- The
issuechecker
dependency has been moved fromjcenter()
tomavenCentral()
- Breaking
kapt
is not enabled automatically by default - Update Kotlin plugin to 1.4.32
- Divide plugins into multiple functional groups to avoid adding unnecessary dependencies
- Update Detekt to version 1.16.0 see release notes
- Update kotlinter-gradle to version 3.4.0, see release notes
- Breaking: Quality plugin can't be disabled anymore. The dependency has been added either way, so the plugin will now always create quality realated tasks.
- Breaking: Changed default release tag format for new projects. This change follows
axion-release-plugin
convention. - Breaking: The plugin has been now divided into multiple smaller artifacts. The change is breaking only if the legacy plugin application is used.
com.project.starter:plugins
can now be replaced withcom.project.starter:jvm
orcom.project.starter:android
or justcom.project.starter:quality
.
Applying justjvm
project doesn't require addinggoogle()
repository dependency anymore. - (#155) - The plugin is now compatible with Gradle 7.0