Skip to content

Commit

Permalink
standardize repository list
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Oct 9, 2024
1 parent 08df7ba commit b9afc5c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions skeleton/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
buildscript {
repositories {
mavenLocal()
gradlePluginPortal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
// mavenLocal() // for local testing, do not commit uncommented
}
dependencies {
classpath "org.grails:grails-gradle-plugin:${project.grailsGradlePluginVersion}"
Expand All @@ -14,8 +16,9 @@ group 'org.grails.profiles'
version '1.0.0-SNAPSHOT'

repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
// mavenLocal() // for local testing, do not commit uncommented
}

dependencies {
Expand Down

0 comments on commit b9afc5c

Please sign in to comment.