1

Does Grails evaluate its Maven repos top-down or bottom-up?

I would assume top-down but some manual testing might indicate bottom-up. I can provide test results if need be.

grails.project.dependency.resolution = {
    repositories {
        grailsPlugins()
        grailsHome()
        mavenLocal()
        grailsCentral()
        mavenCentral()
    }
}
Vahid Pazirandeh
  • 1,552
  • 3
  • 13
  • 29

0 Answers0