jdaugherty commented on code in PR #15705:
URL: https://github.com/apache/grails-core/pull/15705#discussion_r3330890888


##########
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/GrailsRepoSettingsPlugin.groovy:
##########
@@ -47,7 +47,6 @@ class GrailsRepoSettingsPlugin implements Plugin<Settings> {
                     url = 
'https://central.sonatype.com/repository/maven-snapshots'
                     content {
                         it.includeVersionByRegex('cloud[.]wondrify.*', '.*', 
'.*-SNAPSHOT')
-                        it.includeVersionByRegex('org[.]sitemesh.*', '.*', 
'.*-SNAPSHOT')

Review Comment:
   If we think we need to run with snapshots in the future, we should just 
leave this.  It won't use it because we don't have a dependency as snapshot 
after this change.



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