> > MG>I suspect you have an ancient javadoc binary in classpath > MG>but there is no way of knowing without looking at contents of antlib.xml > > Looking at ant code it seems like it tried to reload tasks for some reason and class loaders are different hence the warning. We don't have javadoc on classpath - gradle does. I suspect it isolates tasks from each other somehow... not really worth looking that deep into, I guess.
D.
