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

standardize repository list #30

Merged
merged 1 commit into from
Oct 9, 2024
Merged
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
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
Loading