Hi
I have recently upgrade from gradle 0.9.2 to gradle 1.4 and I am seeing the following errors in my console when I run the build.
Deprecated dynamic property: “doAfter” on “task ‘:ideaModule’”, value: “org.codehaus.groovy.ru…”. Deprecated dynamic property: “doAfter” on “task ‘:ideaProject’”, value: “org.codehaus.groovy.ru…”. Deprecated dynamic property: “doAfter” on “task ‘:ideaWorkspace’”, value: “org.codehaus.groovy.ru…”.
etc.
I am aware that for properties I set myself I now need to use the ext mechanism, however if I am not mistaken, the errors above are coming from the plugins themselves? Any help would be greatly appreciated.
Regards Brian