mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00
Make kotlin version mandatory only if Kotlin is enabled
Closes gh-617
This commit is contained in:
@@ -45,7 +45,7 @@ generation uses one of these names, the default is used instead.
|
||||
* `googleAnalyticsTrackingCode`: the Google Analytics code to use. If this is set,
|
||||
Google analytics is automatically enabled.
|
||||
* `kotlin`: kotlin-specific settings. For now, only the kotlin version to use can be
|
||||
configured.
|
||||
configured and is a mandatory option if Kotlin is enabled.
|
||||
* `maven`: maven-specified settings. A custom maven parent POM can be defined and
|
||||
whether or not the `spring-boot-dependencies` BOM should be automatically added to
|
||||
the project.
|
||||
|
Reference in New Issue
Block a user