Skip to content

Commit

Permalink
spring.repo.io only supports https now
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 29, 2020
1 parent 2acb448 commit 15b5f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symmetric-sqlexplorer/build.gradle
Expand Up @@ -3,7 +3,7 @@ apply from: symAssembleDir + '/common.gradle'
buildscript {
repositories {
jcenter()
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://plugins.gradle.org/m2/' }
maven { url "http://maven.vaadin.com/vaadin-addons" }
}
Expand Down

0 comments on commit 15b5f7f

Please sign in to comment.