This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
     new 854505e6db add grails repo for some legacy build plugins
854505e6db is described below

commit 854505e6db1a4b4cd60a2d58812f83bcde3ae7be
Author: Paul King <[email protected]>
AuthorDate: Sat Apr 12 11:05:53 2025 +1000

    add grails repo for some legacy build plugins
---
 build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 1d7f7fd1c7..6efb590ec7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,9 +26,8 @@ buildscript {
         }
         mavenCentral()
         maven { url 'https://plugins.gradle.org/m2/' }
-        // uncomment next repo if jcenter isn't available
-        // we have some build components mirrored there
         maven { url 'https://groovy.jfrog.io/artifactory/libs-release-local/' }
+        maven { url 'https://repo.grails.org/ui/native/libs-releases/' }
         maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
         maven { url 'https://jitpack.io' }
     }

Reply via email to