I have a company plugin which create extra jar files for Javadoc and JAXRSDoc.
The plugin used to import these classes for defining the restdoc task, and *docJar tasks: import org.gradle.api.tasks.javadoc.Javadoc import org.gradle.api.tasks.bundling.Jar These seem to be gone in the M4 release - at least they don't seem to be on the classpath using: compile: gradleApi() Are they supposed to be in a new package, do I need to include something else as a dependency now? Thanks for any help. Eric -- Learn from the past. Live in the present. Plan for the future. Blog: http://eric-berry.blogspot.com jEdit <http://www.jedit.org> - Programmer's Text Editor Bazaar <http://bazaar.canonical.com> - Version Control for Humans
