Releases: cloudflightio/autoconfigure-gradle-plugin
Releases · cloudflightio/autoconfigure-gradle-plugin
v0.5.4
- #54 generate code in Java and Typescript for Swagger API files
- Update documentation
v0.5.3
- #57 clfUpdateNpmVersion must not depend on npm install
v0.5.2
- #55 provide support for the Node Plugin
- #54 create swagger api files from java/kotlin code
v0.5.1
- #51 configure the ReportSpecs in
afterEvaluate
in order to allow a late application of the JavaLibraryPlugin
v0.5.0
- #48 Default Java Version is now 17
- #46 Default Kotlin Version is now 1.7.0
- #44 Formatting of the BuildExecutionTimeListener has been fixed
- #41 In multi-module-builds, the root module now can also have the Java Plugin applied
v0.4.0
- Do not configure JVM Test Suite Plugin any more, stick with the standard JavaLibrary plugin
- Add support for ApplicationFrameworks (Spring Boot and Micronaut)
- Add a BuildListener which reports build execution times
v0.3.0
- #32 always preconfigure JUnit5 and make use of the JVM Test Suite plugin
v0.2.1
- #23 Set the
kotlinVersion
correctly in the AutoConfiguration
- Do not resolve dependency configuration in
afterEvaluate
for both JAR manifest creation and test framework detection
v0.2.0
- add Kotlin support
- add support for global reports
v.0.1.3
- Default properties are being taken from extension objects and not from property files any more in order to provide a typesafe way to manage sensible defaults