jdaugherty commented on code in PR #15710:
URL: https://github.com/apache/grails-core/pull/15710#discussion_r3348963921
##########
grails-forge/grails-forge-core/src/main/java/org/grails/forge/build/gradle/GradleRepository.java:
##########
@@ -66,6 +66,17 @@ static Set<GradleRepository> getDefaultRepositories(String
grailsVersion) {
),
List.of(VersionType.SNAPSHOT)
));
+ repositories.add(new DefaultGradleRepository(
+ repositories.size(),
+ "https://central.sonatype.com/repository/maven-snapshots",
+ null,
+ List.of(
+ new VersionRegexRepoFilter(
+ "org[.]sitemesh.*", ".*", ".*-SNAPSHOT"
Review Comment:
FYI: We have the filter on all of the other examples in this file.
--
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]