Hi, I think I experience the same issue. My Gradle task can't compile with https://github.com/evgeny-goldin/gradle-plugins/blob/1624f39d8eb6c23d5be130267ec37bd60de42387/src/main/groovy/com/goldin/plugins/gradle/about/AboutTask.groovy#L6 org.gradle.api.plugins.ProjectReportsPlugin any more after upgrading to m4: "unable to resolve class org.gradle.api.plugins.ProjectReportsPlugin".
After running "gradle idea" I see how only "gradle/lib/gradle-core-1.0-milestone-4.jar" and "gradle/lib/core-impl/gradle-core-impl-1.0-milestone-4.jar" are added to the project which explain the compilation failure, the plugin I need is located in "gradle/lib/plugins/gradle-plugins-1.0-milestone-4.jar", as Meikel mentioned above. So it looks like in addition to *gradleApi()* something like *gradlePlugins()* compile dependency is required. Is there any workaround available ? (well, except grabbing the jar and pushing it to one of Artifactory repos manually) Thanks! ----- Best regards, Evgeny evgeny-goldin.com -- View this message in context: http://gradle.1045684.n5.nabble.com/gradleApi-with-1-0-0-m4-tp4656647p4675679.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
