Does anyone here know the reason why this section ...
# questions
m
Does anyone here know the reason why this section is present in the default
build.gradle
file of Grails:
Copy code
configurations {
    all {
        resolutionStrategy.force 'org.codehaus.groovy:groovy-xml:3.0.13'
    }
}