Releases: etiennestuder/gradle-jooq-plugin
jOOQ upgrade
Upgrades to jOOQ 3.16.3. Makes jOOQ 3.16.x the minimum required version when using this plugin. Upgrades used 3rd-party dependencies.
jOOQ upgrade
Avoids deprecation warnings at Gradle runtime. Upgrades to jOOQ 3.15.1.
jOOQ upgrade
Upgrades to jOOQ 3.15. Makes Java 11 the minimum required version when using this plugin.
jOOQ upgrade
Upgrades to jOOQ 3.14.11.
jOOQ upgrade
Upgrades to jOOQ 3.14.7.
Abortion of task execution if output cleaning is disabled
Fails the build if cleaning of the output directory is set to false in the jOOQ configuration. Upgrades to jOOQ 3.13.5.
Exposure of code-gen dependency with compile scope
Exposes the org.jooq:jooq-codegen library as compile
dependency instead of runtime
dependency of the jOOQ plugin.
Explicit opt-in to participate in incremental builds
Requires explicit opt-in to participate in Gradle's incremental build feature.
Upgrade notes: if your jOOQ task has all inputs declared such that it can participate in incremental builds and build caching, you now have to explicitly set the allInputsDeclared
task property to true
. See the documentation.
Explicit deletion of content in output directory
Explicitly cleans output directory before generating jOOQ sources.
Implicit exclusion of empty JDBC configuration
Implicitly excludes empty JDBC configuration from being written to the jOOQ configuration XML file.