Closed jamesfredley closed 2 months ago
Updated to just exclude to the very old Groovy dependency
classpath 'io.github.groovylang.groovydoc:groovydoc-gradle-plugin:1.0.1', {
exclude group:'org.codehaus.groovy'
}
Will be fixed by https://github.com/grails/grails-gradle-plugin/pull/337
The order of repositories and dependencies in buildscript{} is critical. grails-gradle-plugin must load first, since it fixes the Groovy version for other dependencies and that means is should come from the first repository on the list and be the first dependency listed under buildscript{}
Resolves the following: