Releases: cloudflightio/autoconfigure-gradle-plugin
Releases · cloudflightio/autoconfigure-gradle-plugin
0.10.0
0.10.0-rc.1
0.9.5
0.9.4
0.9.3
What's Changed
Full Changelog: 0.9.2...0.9.3
0.9.2
0.9.1
What's Changed
Full Changelog: 0.9.0...0.9.1
0.9.0
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 yourbuild.gradle.kts
- major: apply the
JavaPlugin
instead of theJavaLibraryPlugin
(#127) by @klu2 in #146. If you need theapi
dependency scope, then please apply thejava-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
What's Changed
Full Changelog: 0.8.10...0.8.11