Open lppedd opened 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.
Hi! I see you wrote
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!