-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Spring Initializr 0.12 Release Notes
Stéphane Nicoll edited this page Jan 24, 2022
·
3 revisions
Generated projects are using the new official Maven Wrapper.
It is possible to configure the relative path of the parent:
initializr:
env:
maven:
parent:
groupId: "com.example"
artifactId: "my-parent"
version: "1.0.0"
relativePath: "../pom.xml"
The Groovy DSL writer has been improved to ensure that Gradle tasks are configured lazily. This aligns with what the Kotlin DSL already does.