New jOOQ plugin available

Hi

I’ve created a plugin to smoothly integrate the jOOQ code generation process into a Gradle build: https://github.com/etiennestuder/gradle-jooq-plugin

Main features: Extends the Java plugin, adds a new code generation task for each source set, code generation tasks invoked by the compilation tasks, and fine-grained uptodate checks.

The plugin is available in JCenter and in the plugin portal.

Etienne