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

URL Cleanup #161

Open
wants to merge 1 commit into
base: gh-pages
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 build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ configurations {
}

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionVersion=1.0-milestone-3
zipStorePath=wrapper/dists
urlRoot=http\://gradle.artifactoryonline.com/gradle/distributions
urlRoot=https\://gradle.artifactoryonline.com/gradle/distributions
distributionName=gradle
distributionClassifier=bin
2 changes: 1 addition & 1 deletion grails-plugins/redis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
mavenRepo urls: "http://repo.grails.org/grails/core"
}

Expand Down
2 changes: 1 addition & 1 deletion grails-plugins/riak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildscript {
repositories {
mavenCentral()
maven { url 'https://repo.maven.apache.org/maven2/' }
mavenRepo urls: "http://repository.jboss.org/maven2/"
}
dependencies {
Expand Down