micronaut-starter
micronaut-starter copied to clipboard
Apply official jOOQ gradle plugin when adding the jOOQ feature. [skip ci]
closes #2228
This still needs work. The jooq gradle plugin fails if the buiild doesn't define jooq { configuration { database {} } }
.
This PR needs two things:
- [ ] apply the jooq gradle plugin iff both the jooq feature and a configurable database feature are selected
- [ ] create a rocker template to contribute the
jooq {}
configuration to the build (otherwise the build fails)
I haven't yet figured out how to do the Flyway generation from the joog-gradle-plugin.
I have a personal playground project for this at: https://github.com/wetted/jooq-gradle.git