jdaugherty commented on code in PR #14720: URL: https://github.com/apache/grails-core/pull/14720#discussion_r2080429549
########## build.gradle: ########## @@ -52,6 +52,16 @@ allprojects { maven { url = 'https://repository.apache.org/content/groups/snapshots' } // mavenLocal() // Keep, this will be uncommented and used by CI (groovy-joint-workflow) } + + buildscript { + repositories { + mavenCentral() + maven { url = 'https://repo.grails.org/grails/core' } Review Comment: I do not agree with pulling into the entire repo grails org. we need to know where our core dependencies come from and I intentionally had added the expanded scope on test apps, while leaving the core code isolated. The intent longer term is to adopt isolated builds for tests and thus we need to maintain what others keep in their build files -- 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: commits-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org