This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-forge.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new acc3074 remove mavenLocal()
acc3074 is described below
commit acc3074f194163c2fc679f8cd239d29c48f1f779
Author: James Daugherty <[email protected]>
AuthorDate: Tue May 27 10:56:13 2025 -0400
remove mavenLocal()
---
grails-forge-core/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grails-forge-core/build.gradle b/grails-forge-core/build.gradle
index df71e1e..178a851 100644
--- a/grails-forge-core/build.gradle
+++ b/grails-forge-core/build.gradle
@@ -81,7 +81,7 @@ nohttp {
}
repositories {
-// mavenLocal()
+ // mavenLocal()
maven { url = 'https://repo.grails.org/grails/restricted' }
maven { url = 'https://repository.apache.org/content/groups/snapshots' }
mavenCentral()