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

jamesfredley pushed a commit to branch web-profile-jar-artifact
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 79ba7d78e01ec7916a83b7e9318735991c7ca077
Author: James Fredley <[email protected]>
AuthorDate: Wed Oct 8 21:12:05 2025 -0400

    Revert "fix: base profile buildscript for snapshot dependencies"
    
    This reverts commit 7dd3bd5a23fc952dc8031ca8e372f7f540348c67.
---
 grails-profiles/base/skeleton/build.gradle | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/grails-profiles/base/skeleton/build.gradle 
b/grails-profiles/base/skeleton/build.gradle
index fae8614bac..52fa0720c3 100644
--- a/grails-profiles/base/skeleton/build.gradle
+++ b/grails-profiles/base/skeleton/build.gradle
@@ -3,14 +3,10 @@ buildscript {
         mavenCentral()
 @buildRepositories@
         maven {
-            url = 'https://repository.apache.org/content/groups/snapshots'
-            content {
-              includeVersionByRegex('org[.]apache[.]grails.*', '.*', 
'.*-SNAPSHOT')
-              includeVersionByRegex('org[.]apache[.]groovy.*', '.*', 
'.*-SNAPSHOT')
-            }
-            mavenContent {
-                snapshotsOnly()
-            }
+           url = 'https://repository.apache.org/content/groups/snapshots'
+           content {
+              includeVersionByRegex('org[.]apache[.](grails|groovy).*', '.*', 
'.*-SNAPSHOT')
+           }
         }
     }
     dependencies {

Reply via email to