mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-20 02:29:44 +08:00
Add support of Vaadin 10 as of 2.0.x.BUILD-SNAPSHOT
This commit is contained in:
@@ -167,8 +167,11 @@ initializr:
|
|||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.3.0.RELEASE, 1.5.0.M1)"
|
- versionRange: "[1.3.0.RELEASE, 1.5.0.M1)"
|
||||||
version: 7.7.7
|
version: 7.7.7
|
||||||
- versionRange: 1.5.0.M1
|
- versionRange: "[1.5.0.M1,2.0.x.BUILD-SNAPSHOT)"
|
||||||
version: 8.4.4
|
version: 8.4.4
|
||||||
|
- versionRange: "2.0.x.BUILD-SNAPSHOT"
|
||||||
|
version: 10.0-SNAPSHOT
|
||||||
|
repositories: vaadin-snapshots
|
||||||
gradle:
|
gradle:
|
||||||
dependency-management-plugin-version: 0.6.0.RELEASE
|
dependency-management-plugin-version: 0.6.0.RELEASE
|
||||||
kotlin:
|
kotlin:
|
||||||
@@ -178,6 +181,10 @@ initializr:
|
|||||||
name: Sonatype Snapshots
|
name: Sonatype Snapshots
|
||||||
url: https://oss.sonatype.org/content/repositories/snapshots/
|
url: https://oss.sonatype.org/content/repositories/snapshots/
|
||||||
snapshotsEnabled: true
|
snapshotsEnabled: true
|
||||||
|
vaadin-snapshots:
|
||||||
|
name: Vaadin Snapshots
|
||||||
|
url: https://oss.sonatype.org/content/repositories/vaadin-snapshots/
|
||||||
|
snapshotsEnabled: true
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: Core
|
- name: Core
|
||||||
content:
|
content:
|
||||||
|
Reference in New Issue
Block a user