I'm writing a Gradle plugin in Java. In order to use the IDE for developing (especially code completion), I need to add to the pom.xml
file of the project the dependency information for the org.gradle.api.*
classes.
Where can I find it?
I tried mvnrepository.com, but couldn't find it there.
org.gradle.gradle-model
which is not published). There's no guarantee that you'll be able to build a Gradle plugin with Maven. – Princeling