Skip to content

Commit

Permalink
fix build https
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Sep 1, 2020
1 parent ba04bb2 commit 6b9f83e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion symmetric-assemble/build.gradle
@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
maven { url 'http://repo.spring.io/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release' }
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions symmetric-sqlexplorer/build.gradle
Expand Up @@ -3,9 +3,9 @@ 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" }
maven { url "https://maven.vaadin.com/vaadin-addons" }
}

dependencies {
Expand Down

0 comments on commit 6b9f83e

Please sign in to comment.