Skip to content

Releases: usefulness/project-starter

v0.27.1

05 May 07:25
6299392
Compare
Choose a tag to compare

Changed

  • Disabled experimental:argument-list-wrapping rule

v0.27.0

05 May 06:46
21974ce
Compare
Choose a tag to compare

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

01 May 16:43
f6c1f0b
Compare
Choose a tag to compare

Changed

  • Restore backwards Gradle compatibility down to 6.5.1

v0.26.2

01 May 14:23
87a127e
Compare
Choose a tag to compare

Fixed

  • Again, fix setting up google repository

v0.26.1

01 May 13:39
9d607c5
Compare
Choose a tag to compare

Fixed

  • Fix missing dependencies avaibable on google() repository

v0.26.0

01 May 07:57
a129a89
Compare
Choose a tag to compare

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

15 Apr 16:59
a7ea4cd
Compare
Choose a tag to compare

Added

  • New com.starter.library.multiplatform plugin for KMM projects - #183

v0.24.0

11 Apr 10:16
ebfe369
Compare
Choose a tag to compare

Changed

  • The issuechecker dependency has been moved from jcenter() to mavenCentral()
  • 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 with com.project.starter:jvm or com.project.starter:android or just com.project.starter:quality.
    Applying just jvm project doesn't require adding google() repository dependency anymore. - (#155)
  • The plugin is now compatible with Gradle 7.0

release-0.23.0

06 Feb 05:12
7723a31
Compare
Choose a tag to compare

Updated

  • Update Jacoco to version 0.8.6
  • Update Kotlin plugin to 1.4.30

release-0.22.0

15 Jan 06:57
08c03e3
Compare
Choose a tag to compare

Updated

Fixed

  • Fix issueChecker:cli publishing on Github