jdaugherty commented on code in PR #15809:
URL: https://github.com/apache/grails-core/pull/15809#discussion_r3596832061
##########
grails-wrapper/src/main/java/grails/init/GrailsWrapperRepo.java:
##########
@@ -113,6 +120,82 @@ private static GrailsWrapperRepo
createGrailsWrapperRepo(String urlOrFile) {
return repo;
}
+ private static void validateRemoteRepositoryUrl(String url) {
+ try {
Review Comment:
Is there really no way to do this with the built-in java? We're continually
expanding the wrapper implementation and I'm beginning to worry about jar size
since this is expected to be checked into a project.
--
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]