Hello guys, hello Laszlo. For a while I was considering to expand the reach of the HTML/Java class post processing. So far we could do that from a command line and via a Maven plugin. There is a pull request https://github.com/apache/incubator-netbeans-html4j/pull/6 that tries to do the same for Gradle. It works to some extent, but a review is needed. It is my first real Gradle plugin... Especially the way it inserts itself between compilation and packaging feels wild...
Thanks in advance for your advices at https://github.com/apache/incubator-netbeans-html4j/pull/6 -jt PS: The challenge was to build the plugin with Maven. It is not easy to find proper Gradle JARs in Maven repositories. As such I decided to resort to a bit of reflection in some situations.
