matrei commented on code in PR #14720: URL: https://github.com/apache/grails-core/pull/14720#discussion_r2081202131
########## 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' } + maven { url = 'https://oss.sonatype.org/content/repositories/snapshots' } + maven { url = 'https://repository.apache.org/content/groups/snapshots' } Review Comment: It think the Apache Snapshot repo will have to be defined below mavenLocal() if the locally built Groovy Snapshot is to be used in the Groovy Joint Workflow. ########## build.gradle: ########## @@ -52,6 +52,16 @@ allprojects { maven { url = 'https://repository.apache.org/content/groups/snapshots' } Review Comment: It think the Apache Snapshot repo will have to be defined below mavenLocal() if the locally built Groovy Snapshot is to be used in the Groovy Joint Workflow. -- 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