Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
allprojects {
repositories {
maven { url "https://repo.grails.org/grails/core" }
mavenCentral()
// mavenLocal() // for local testing, do not commit uncommented
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ assets {
minifyCss = true
}

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

configurations {
developmentOnly
runtimeOnlyClasspath {
Expand Down
5 changes: 0 additions & 5 deletions examples/audit-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ assets {
minifyCss = true
}

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

configurations {
developmentOnly
runtimeOnlyClasspath {
Expand Down
6 changes: 0 additions & 6 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ ext {
gradleWrapperVersion = project.gradleWrapperVersion
}

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

compileJava.options.release = 17

dependencies {
Expand Down
Loading