matrei commented on code in PR #14813:
URL: https://github.com/apache/grails-core/pull/14813#discussion_r2147349633


##########
build.gradle:
##########
@@ -60,6 +60,18 @@ allprojects {
                 includeVersionByRegex  'org[.]apache[.]((grails)|(groovy)).*', 
'.*','.*SNAPSHOT'
             }
         }
+        maven {
+            name = 'Central Portal Snapshots'
+            url = 'https://central.sonatype.com/repository/maven-snapshots/'
+
+            // Only search this repository for the specific dependency
+            content {
+                includeGroupByRegex('cloud[.]wondrify.*-SNAPSHOT')
+            }
+            mavenContent {
+                snapshotsOnly()
+            }
+        }

Review Comment:
   This comment is for all copies of this snippet:
   - Align on no trailing slash for url?
   - Do we need the blank line?
   - Put the comment inside the closure or remove it, if it is self-evident?
   - Should `-SNAPSHOT` be part of the group regex?



##########
grails-gradle/docs-core/src/test/resources/docs/guide/single.html:
##########
@@ -6339,7 +6339,7 @@ <h2 id="profileFeatures">6.6 Creating Profile 
Features</h2>
         - <span class="string"><span 
class="content">asset-pipeline</span></span>
 <span class="key">dependencies</span>:
     <span class="key">build</span>:
-        - <span class="string"><span 
class="content">'com.bertramlabs.plugins:asset-pipeline-gradle:2.5.0'</span></span>
+        - <span class="string"><span 
class="content">'cloud.wondrify:asset-pipeline-gradle:2.5.0'</span></span>

Review Comment:
   This will likely not exist.



-- 
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