spring-io / initializr

A quickstart generator for Spring projects
https://start.spring.io
Apache License 2.0
3.45k stars 1.74k forks source link

Set Gradle - Kotlin DSL as the default option #1547

Closed Vladislav-Zolotaryov closed 4 months ago

Vladislav-Zolotaryov commented 4 months ago

Hello.

As of Gradle 8.2 (Jun 30, 2023), Gradle proposes to use Kotlin DSL as the default option.

As a Java developer I frequently see inconsistency in new project creation, because gradle init and Intellij IDEA "New Java Project" dialog uses Kotlin DSL by default, but when I use Initializr I get Groovy by default.

It would be great to make it uniform across the board.

Thank you!

mhalbritter commented 4 months ago

Duplicates https://github.com/spring-io/start.spring.io/issues/1155.

Btw, start.spring.io now stores the last selection in local storage, so you only have to switch that once and then it'll be remembered.