Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
URL Cleanup
- Ensure Gradle Wrapper is downloaded via https
  • Loading branch information
spring-operator committed Mar 28, 2019
commit 078fd674c02acc1fcbbb59ffc8a8e38eb9898593
4 changes: 2 additions & 2 deletions spring-android-basic-auth/client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
}

dependencies {
Expand All @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'android'

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://repo.spring.io/libs-release' }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
4 changes: 2 additions & 2 deletions spring-android-basic-auth/server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url "https://repo.spring.io/libs-release" }
}
dependencies {
Expand All @@ -19,7 +19,7 @@ jar {
}

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url "https://repo.spring.io/libs-release" }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
4 changes: 2 additions & 2 deletions spring-android-facebook-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
}

dependencies {
Expand All @@ -17,7 +17,7 @@ configurations.compile {
}

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://repo.spring.io/libs-release' }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
4 changes: 2 additions & 2 deletions spring-android-news-reader/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
}

dependencies {
Expand All @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'android'

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://repo.spring.io/libs-release' }
maven { url 'https://android-rome-feed-reader.googlecode.com/svn/maven2/releases' }
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
4 changes: 2 additions & 2 deletions spring-android-showcase/client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
}

dependencies {
Expand All @@ -11,7 +11,7 @@ buildscript {
apply plugin: 'android'

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://repo.spring.io/libs-release' }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
4 changes: 2 additions & 2 deletions spring-android-showcase/server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url "https://repo.spring.io/libs-release" }
}
dependencies {
Expand All @@ -19,7 +19,7 @@ jar {
}

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url "https://repo.spring.io/libs-release" }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip
4 changes: 2 additions & 2 deletions spring-android-twitter-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
}

dependencies {
Expand All @@ -17,7 +17,7 @@ configurations.compile {
}

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'https://repo.spring.io/libs-release' }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.11-bin.zip