forked from macprzepiora/web-vaadin8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.yml
28 lines (25 loc) · 905 Bytes
/
profile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
description: Profile for Web applications with Vaadin 8 on side
repositories:
- "mavenLocal()"
- "https://repo.grails.org/grails/core"
features:
defaults:
- hibernate5
- events
required:
- gsp
- asset-pipeline
- gradle-vaadin-plugin
dependencies:
compile:
- "com.vaadin:vaadin-spring-boot-starter:2.+"
build:
plugins:
- war
- org.grails.grails-web
excludes:
- org.grails.grails-core
skeleton:
executable: ["**/gradlew*", "**/grailsw*"]
binaryExtensions: ['png','gif','jpg','jpeg','ico','icns','pdf','zip','jar','class']
instructions: "Warning! Gradle wrapper doesn't fully work. Please regenerate it with the following command:\n\ngradle wrapper --gradle-version 4.0\n\nAlso please note that you need to edit build.gradle. Move line that reads 'apply plugin:\"com.devsoap.plugin.vaadin\"' to the top of apply plugin block."