etiennestuder/gradle-jooq-plugin

New release including jOOQ 3.16.6

Closed this issue · 3 comments

Would it be possible to make a new release containing 3.16.6? Currently, we cannot upgrade jOOQ because of jOOQ/jOOQ#13247. I noticed the version already has been bumped but not yet released.

Thanks!

Cool! I already specified the jOOQ version, but didn't know about specifying the code generation version. Thanks!

Great. Yes, specifying the jOOQ version in the DSL defines what version will be used when running the code generator. And the version you specify in the buildscript classpath determines what APIs you can actually configure via DSL.