Skip to content

Releases: usefulness/project-starter

v0.36.0

07 Sep 17:58
800eb6f
Compare
Choose a tag to compare

Changed

  • Update Kotlin plugin to 1.5.30, see release notes
  • Set default Java compatibility version to Java 11
  • Set minimum supported Gradle version to 7.0

Fixed

  • Add naive support for FAIL_ON_PROJECT_REPOS option

v0.35.0

01 Sep 18:24
945c9c7
Compare
Choose a tag to compare

Changed

v0.34.0

24 Aug 14:02
151c8ba
Compare
Choose a tag to compare

Changed

v0.33.0

21 Aug 06:47
d438262
Compare
Choose a tag to compare

Changed

Fixed

  • Support back Java 8

v0.32.0

12 Aug 18:56
6e6e692
Compare
Choose a tag to compare

Changed

  • Update kotlinter-gradle to version 3.5.0, see release notes
  • Update Detekt to version 1.18.0 see release notes - this makes the plusing compatible with Gradle Configuration Cache 🎉

v0.31.0

28 Jul 21:12
2987d5a
Compare
Choose a tag to compare

Changed

v0.30.0

28 Jul 06:26
78afeaf
Compare
Choose a tag to compare

Changed

v0.29.0

10 Jul 08:36
20961e8
Compare
Choose a tag to compare

Changed

v0.28.2

06 Jun 11:56
87d0d87
Compare
Choose a tag to compare

Fixed

  • Plugin will now depend on Kotlin Gradle plugin 1.5.10

v0.28.1

06 Jun 09:58
e507a5a
Compare
Choose a tag to compare

Changed

  • Update Detekt config. Disable LongParametersList, NestedBlockDepth and TooManyFunctions