Releases: cloudflightio/autoconfigure-gradle-plugin
Releases · cloudflightio/autoconfigure-gradle-plugin
v0.7.1
- #90 Update to Kotlin 1.7.20
- #91 Configurable frontend client generation
v0.7.0
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
- #79 Auto-Apply the TextFixtures-Plugin
v0.6.4
- add
kotlin-bom
only as implementation
dependency, not as api
v0.6.3
- #73 configure the output of npmBuild as output directory instead of adding it to
ProcessResources
v0.6.2
- #71 Plan node modules should not create a sourceJar
v0.6.1
- Add the
org.jetbrains.kotlin:kotlin-bom
as platform-dependency in the api
configuration to every kotlin module
v0.6.0
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
- #66 add the generated resources of the NodePlugin to the JAR
v0.5.5
- update the json-wrapper library in order to close open file handles
- pass over the auto-configuration for Java-Version also to Node-Plugins