From 31186e63d4efd9f2db21734e6679a4d7a2144ec6 Mon Sep 17 00:00:00 2001 From: Dayvson Sales Date: Sat, 12 Dec 2020 22:37:16 -0300 Subject: [PATCH] Fix 403 gradle error --- e2e-test/gradle/wrapper/gradle-wrapper.properties | 2 +- eureka-server/gradle/wrapper/gradle-wrapper.properties | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- spring-boot-webapp/gradle/wrapper/gradle-wrapper.properties | 2 +- zipkin-server/gradle/wrapper/gradle-wrapper.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e-test/gradle/wrapper/gradle-wrapper.properties b/e2e-test/gradle/wrapper/gradle-wrapper.properties index c37a0ba..14dd3ef 100644 --- a/e2e-test/gradle/wrapper/gradle-wrapper.properties +++ b/e2e-test/gradle/wrapper/gradle-wrapper.properties @@ -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-2.11-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip diff --git a/eureka-server/gradle/wrapper/gradle-wrapper.properties b/eureka-server/gradle/wrapper/gradle-wrapper.properties index 9a1b8f2..33cde73 100644 --- a/eureka-server/gradle/wrapper/gradle-wrapper.properties +++ b/eureka-server/gradle/wrapper/gradle-wrapper.properties @@ -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-2.11-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip diff --git a/spring-boot-restful-service/gradle/wrapper/gradle-wrapper.properties b/spring-boot-restful-service/gradle/wrapper/gradle-wrapper.properties index 737d383..62a6f1e 100644 --- a/spring-boot-restful-service/gradle/wrapper/gradle-wrapper.properties +++ b/spring-boot-restful-service/gradle/wrapper/gradle-wrapper.properties @@ -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-2.11-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip diff --git a/spring-boot-webapp/gradle/wrapper/gradle-wrapper.properties b/spring-boot-webapp/gradle/wrapper/gradle-wrapper.properties index c37a0ba..14dd3ef 100644 --- a/spring-boot-webapp/gradle/wrapper/gradle-wrapper.properties +++ b/spring-boot-webapp/gradle/wrapper/gradle-wrapper.properties @@ -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-2.11-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip diff --git a/zipkin-server/gradle/wrapper/gradle-wrapper.properties b/zipkin-server/gradle/wrapper/gradle-wrapper.properties index 9a1b8f2..33cde73 100644 --- a/zipkin-server/gradle/wrapper/gradle-wrapper.properties +++ b/zipkin-server/gradle/wrapper/gradle-wrapper.properties @@ -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-2.11-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip