Skip to content

Commit 1562e59

Browse files
authored
Update build.gradle
1 parent 86bf387 commit 1562e59

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
plugins {
66
id 'java'
7+
id 'war'
78
id 'maven-publish'
89
}
910

@@ -14,11 +15,11 @@ repositories {
1415
}
1516

1617
maven {
17-
url = 'http://maven.vaadin.com/vaadin-addons'
18+
url = 'https://maven.vaadin.com/vaadin-addons'
1819
}
1920

2021
maven {
21-
url = 'http://oss.sonatype.org/content/repositories/vaadin-snapshots/'
22+
url = 'https://oss.sonatype.org/content/repositories/vaadin-snapshots/'
2223
}
2324

2425
maven {

0 commit comments

Comments
 (0)