Skip to content

Releases: cloudflightio/autoconfigure-gradle-plugin

v0.5.4

28 Jun 12:06
e54e8f0
Compare
Choose a tag to compare
  • #54 generate code in Java and Typescript for Swagger API files
  • Update documentation

v0.5.3

21 Jun 10:03
2c91741
Compare
Choose a tag to compare
  • #57 clfUpdateNpmVersion must not depend on npm install

v0.5.2

21 Jun 08:01
b4d69b7
Compare
Choose a tag to compare
  • #55 provide support for the Node Plugin
  • #54 create swagger api files from java/kotlin code

v0.5.1

15 Jun 08:04
6422870
Compare
Choose a tag to compare
  • #51 configure the ReportSpecs in afterEvaluate in order to allow a late application of the JavaLibraryPlugin

v0.5.0

15 Jun 07:21
24c00d0
Compare
Choose a tag to compare
  • #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

17 May 14:48
84b2d8e
Compare
Choose a tag to compare
  • 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

16 May 14:06
15b24a2
Compare
Choose a tag to compare
  • #32 always preconfigure JUnit5 and make use of the JVM Test Suite plugin

v0.2.1

13 May 11:12
dc268e8
Compare
Choose a tag to compare
  • #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

10 May 09:24
d15ce0c
Compare
Choose a tag to compare
  • add Kotlin support
  • add support for global reports

v.0.1.3

05 May 11:50
0f8bd41
Compare
Choose a tag to compare
  • 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