Using grails 3.1.8 and I just added it into my grails project and the error poped up.
Caused by GroovyRuntimeException: Ambiguous method overloading for method java.io.File#.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
[class java.lang.String]
[class java.net.URI]
->> 59
Using grails 3.1.8 and I just added it into my grails project and the error poped up.
I use to simplest example and I got this.