Skip to content

Releases: cloudflightio/autoconfigure-gradle-plugin

v0.7.1

21 Oct 15:47
482aa00
Compare
Choose a tag to compare
  • #90 Update to Kotlin 1.7.20
  • #91 Configurable frontend client generation

v0.7.0

28 Sep 14:02
7fe9f0e
Compare
Choose a tag to compare

From this version on, this plugin requires Java 11 at runtime, it can still compile your code for Version 8 (or any other version) though.

Besides that:

  • #88 KotlinVersion is being set correctly if you override it, i.e. the classpath is fine.
  • Update to version 1.1.0 of the License Gradle Plugin

v0.6.5

10 Aug 09:24
c9967d1
Compare
Choose a tag to compare
  • #79 Auto-Apply the TextFixtures-Plugin

v0.6.4

03 Aug 15:16
fa84c0b
Compare
Choose a tag to compare
  • add kotlin-bom only as implementation dependency, not as api

v0.6.3

03 Aug 14:50
59cfc2a
Compare
Choose a tag to compare
  • #73 configure the output of npmBuild as output directory instead of adding it to ProcessResources

v0.6.2

03 Aug 13:16
53771d4
Compare
Choose a tag to compare
  • #71 Plan node modules should not create a sourceJar

v0.6.1

02 Aug 13:03
7a4018f
Compare
Choose a tag to compare
  • Add the org.jetbrains.kotlin:kotlin-bom as platform-dependency in the api configuration to every kotlin module

v0.6.0

01 Aug 14:48
4dd1417
Compare
Choose a tag to compare

This release is built on Gradle 7.5, but still compatible with Gradle 7.4

Besides that:

  • Update to Kotlin Plugin 1.7.10
  • Update to Node Plugin 3.4.0, therefore also new default NPM version of 8.5.0 (you might need to regenerate your package-lock.json files)
  • Update to Spring Boot Plugin 2.7.1

v0.5.6

05 Jul 13:27
a76e6ca
Compare
Choose a tag to compare
  • #66 add the generated resources of the NodePlugin to the JAR

v0.5.5

30 Jun 10:24
635253c
Compare
Choose a tag to compare
  • update the json-wrapper library in order to close open file handles
  • pass over the auto-configuration for Java-Version also to Node-Plugins