jamesfredley commented on code in PR #32:
URL: https://github.com/apache/grails-wrapper/pull/32#discussion_r2051583454


##########
build.gradle:
##########
@@ -1,10 +1,19 @@
 buildscript {
+    ext {
+        grailsVersion = project.grailsVersion
+    }
     repositories {
         mavenCentral()
+        maven { url "https://repository.apache.org/content/groups/snapshots/"; }
+        maven { url "https://repo.grails.org/grails/core"; }

Review Comment:
   There is a big difference.  
https://repository.apache.org/content/groups/snapshots/ returns all snapshot 
versions and https://repository.apache.org/content/repositories/snapshots only 
returns the latest per major release.
   
   
https://docs.google.com/document/d/17SdV1nFtIP67Ru8jMQMMZ852PiNaiaiklFNiruQMMu8/edit?tab=t.0#heading=h.xnyj2uaoghbe
   
   I will fix the syntax
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to