public class JooqPlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
JooqGenerate task for each defined jOOQ configuration. Each task generates the jOOQ source code from the
configured database. The tasks properly participate in the Gradle up-to-date checks. The tasks are wired as dependencies of the compilation tasks of the JavaBasePlugin plugin.| Constructor and Description |
|---|
JooqPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project) |