Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

URL Cleanup #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion boot/boot-fsshell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'idea'
apply plugin: 'spring-boot'

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

Expand Down
2 changes: 1 addition & 1 deletion boot/yarn-boot-simple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apply plugin: 'idea'
apply plugin: 'spring-boot'

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url "http://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-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
2 changes: 1 addition & 1 deletion boot/yarn-store-groups/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subprojects { subproject ->
apply plugin: 'idea'
version = '0.1.0'
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url "http://repo.spring.io/libs-release" }
}
task copyJars(type: Copy) {
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
2 changes: 1 addition & 1 deletion yarn/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
//logging.captureStandardOutput LogLevel.DEBUG

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
maven { url 'http://repo.spring.io/libs-release' }
}
}
Expand Down
2 changes: 1 addition & 1 deletion yarn/gradle/wrapper/gradle-wrapper.properties
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-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip