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

Commit

Permalink
Merge pull request #31 from grails-profiles/repository-cleanup-7
Browse files Browse the repository at this point in the history
Merge branch '6.0.x' into 7.0.x
  • Loading branch information
jamesfredley authored Oct 9, 2024
2 parents 4be2423 + 0c20a01 commit f91a7b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 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:$grailsGradlePluginVersion"
Expand All @@ -18,8 +20,9 @@ group 'org.grails.profiles'
version project.projectVersion

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

grailsPublish {
Expand Down

0 comments on commit f91a7b6

Please sign in to comment.