Skip to content

Releases: cloudflightio/autoconfigure-gradle-plugin

0.10.0

04 Jul 21:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.5...0.10.0

0.10.0-rc.1

31 May 09:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.5...0.10.0-rc.1

0.9.5

20 Apr 12:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.4...0.9.5

0.9.4

07 Mar 07:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.3...0.9.4

0.9.3

06 Mar 15:08
Compare
Choose a tag to compare

What's Changed

  • fix yarn support together with swagger by @klu2 in #151

Full Changelog: 0.9.2...0.9.3

0.9.2

06 Mar 11:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

15 Jan 13:47
Compare
Choose a tag to compare

What's Changed

  • patch: update license-gradle-plugin to 1.2.4 by @klu2 in #147

Full Changelog: 0.9.0...0.9.1

0.9.0

13 Jan 16:10
Compare
Choose a tag to compare

What's Changed

  • Minimum Requirement is JDK 17 now.
  • #140 update to Kotlin 1.8.0 by @klu2 in #141
  • #138 update to the Spring Boot 3 plugin by @klu2 in #142
  • The Spring Boot and Git Plugin is applied locally by default now as well (#143) by @klu2 in #145. If you do not want that, set javaConfigure.applyApplicationFrameworkOnlyOnCI = true in your build.gradle.kts
  • major: apply the JavaPlugin instead of the JavaLibraryPlugin (#127) by @klu2 in #146. If you need the api dependency scope, then please apply the java-library plugin in your modules yourself
  • enforce org.apache.commons:commons-text to version 1.10.0 by @klu2 in #135
  • update to Gradle 7.6 by @klu2 in #136
  • chore: readme typo by @Exordian in #139

New Contributors

Full Changelog: 0.8.11...0.9.0

0.8.11

12 Dec 07:51
eab8be1
Compare
Choose a tag to compare

What's Changed

  • #106 do not use the CI info to override environment variables by @klu2 in #134

Full Changelog: 0.8.10...0.8.11

0.8.10

07 Dec 06:59
37120ec
Compare
Choose a tag to compare

What's Changed

  • #129 update to gradle 7.6 by @klu2 in #131
  • #132 applying the reckon plugin also locally, but overriding the reckoned version by @klu2 in #133

Full Changelog: 0.8.9...0.8.10