Releases: usefulness/project-starter
Releases · usefulness/project-starter
v0.27.1
Changed
- Disabled
experimental:argument-list-wrapping
rule
v0.27.0
Changed
- Update Android Gradle Plugin to 4.2.0, see release notes
- Bump minimum supported Gradle version to 6.8.3
- Update Jacoco version to
0.8.7
- Update kotlinter-gradle to version 3.4.3, see release notes
v0.26.3
Changed
- Restore backwards Gradle compatibility down to 6.5.1
v0.26.2
Fixed
- Again, fix setting up google repository
v0.26.1
Fixed
- Fix missing dependencies avaibable on
google()
repository
v0.26.0
Fixed
- Fix lazy Test task configuration
Changed
- Require using Kotlin 1.4 for all library consumers. Bump min supported Gradle version to 6.8.3
- Update Kotlin plugin to 1.5.0
- Update Jacoco version to
0.8.7-SNAPSHOT
to support Kotlin 1.5
v0.25.0
v0.24.0
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
release-0.23.0
Updated
- Update Jacoco to version
0.8.6
- Update Kotlin plugin to 1.4.30
release-0.22.0
Updated
- Codestyle: Update Detekt to version 1.15.0 see release notes
- Update kotlinter-gradle to version 3.3.0, see release notes
- Update Kotlin plugin to 1.4.21
- Update Android Gradle Plugin to 4.1.1, see release notes
Fixed
- Fix issueChecker:cli publishing on Github