We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bf387 commit 1562e59Copy full SHA for 1562e59
1 file changed
build.gradle
@@ -4,6 +4,7 @@
4
5
plugins {
6
id 'java'
7
+ id 'war'
8
id 'maven-publish'
9
}
10
@@ -14,11 +15,11 @@ repositories {
14
15
16
17
maven {
- url = 'http://maven.vaadin.com/vaadin-addons'
18
+ url = 'https://maven.vaadin.com/vaadin-addons'
19
20
21
- url = 'http://oss.sonatype.org/content/repositories/vaadin-snapshots/'
22
+ url = 'https://oss.sonatype.org/content/repositories/vaadin-snapshots/'
23
24
25
0 commit comments