mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 01:58:16 +08:00
Add Kotlin support
Closes gh-147
This commit is contained in:

committed by
Stephane Nicoll

parent
e9e9be36ac
commit
560333494c
@@ -34,6 +34,7 @@ initializr:
|
||||
version: 1.0.0.BUILD-SNAPSHOT
|
||||
additionalBoms: [cloud-bom]
|
||||
repositories: spring-snapshots,spring-milestones
|
||||
kotlinVersion: 1.0.0-beta-2423
|
||||
dependencies:
|
||||
- name: Core
|
||||
content:
|
||||
@@ -630,6 +631,9 @@ initializr:
|
||||
- name: Groovy
|
||||
id: groovy
|
||||
default: false
|
||||
- name: Kotlin
|
||||
id: kotlin
|
||||
default: false
|
||||
bootVersions:
|
||||
- name : Latest SNAPSHOT
|
||||
id: 1.2.4.BUILD-SNAPSHOT
|
||||
|
Reference in New Issue
Block a user