Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
added a backup Grails repository
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 7, 2021
1 parent 600237e commit 2af8365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ buildscript {
}
repositories {
mavenLocal()
maven { url "https://repo.grails.org/artifactory/core" }
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
Expand Down
2 changes: 2 additions & 0 deletions gradle/grails.commons.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenLocal()
maven { url "https://repo.grails.org/artifactory/core" }
maven { url "https://repo.grails.org/grails/core" }
}
dependencies {
Expand All @@ -22,6 +23,7 @@ ext {

repositories {
mavenCentral()
maven { url "https://repo.grails.org/artifactory/core" }
maven { url "https://repo.grails.org/grails/core" }
}

Expand Down

0 comments on commit 2af8365

Please sign in to comment.