Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Commit e9f3cb1

Browse files
jameshilliardjohndevs
authored andcommitted
Fix insecure protocols deprecation warning
1 parent 4055bdc commit e9f3cb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/groovy/com/devsoap/plugin/GradleVaadinPlugin.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,12 @@ class GradleVaadinPlugin implements Plugin<Project> {
296296

297297
repositories.maven { repository ->
298298
repository.name = ADDON_REPOSITORY_NAME
299-
repository.url = 'http://maven.vaadin.com/vaadin-addons'
299+
repository.url = 'https://maven.vaadin.com/vaadin-addons'
300300
}
301301

302302
repositories.maven { repository ->
303303
repository.name = VAADIN_SNAPSHOT_REPOSITORY_NAME
304-
repository.url = 'http://oss.sonatype.org/content/repositories/vaadin-snapshots'
304+
repository.url = 'https://oss.sonatype.org/content/repositories/vaadin-snapshots'
305305
}
306306

307307
repositories.maven { repository ->

0 commit comments

Comments
 (0)