Skip to content

Commit

Permalink
Merge pull request #241 from grails-plugins/fix-mavenLocal()
Browse files Browse the repository at this point in the history
comment out mavenLocal(), move to last and add comment about commits
  • Loading branch information
jamesfredley authored Dec 11, 2024
2 parents c12c0c2 + f8c8c37 commit 34bf468
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
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 @@ -25,11 +25,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 @@ -25,11 +25,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 @@ -22,12 +22,6 @@ apply plugin: "idea"
apply plugin: "org.grails.grails-plugin"
apply plugin: "org.grails.grails-gsp"

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

compileJava.options.release = 17

dependencies {
Expand Down

0 comments on commit 34bf468

Please sign in to comment.