osundblad / intellij-annotations-instrumenter-maven-plugin

IntelliJ IDEA annotations instrumenter maven plugin
Other
38 stars 11 forks source link

Gradle support #35

Open lppedd opened 4 years ago

lppedd commented 4 years ago

Hi! I see you wrote

Isolated Maven plugin dependencies to allow usage without Maven

But what would that mean? The "processor(s)" extends Maven classes, thus they can be used via Maven only. Do you mean I could take your work and without much hassle convert it to support other build tools?

Thanks!

osundblad commented 4 years ago

You should be able to do that without much work. The reason why I moved out all Maven specific code was to make a similar Gradle plugin, but just after I was ready I decided that Maven was much better build tool than Gradle so I never finished the Gradle plugin.

PS I would be much happier if you instead of forking a Gradle plugin added it to this project (I think it should be possible and quite easy). I would be happily accept a PR for it and even make api changes to better support Gradle if any are needed.