Releases: etiennestuder/gradle-jooq-plugin
Removal of dependency rules
Does not register any dependency resolution rules anymore. Requires Gradle 8.0 as the minimum compatible version.
Apply version and edition lazily
Applies the jOOQ version and edition lazily on the jOOQ dependencies added to the compileClasspath and jooqGenerator configurations, ensuring the configured values get picked up by Gradle's dependency resolutions engine.
jOOQ upgrade
Avoids deprecation warnings when using the plugin with Gradle 9. Upgrades to jOOQ 3.19.1.
jOOQ upgrade
Avoids race condition when running multiple jOOQ tasks in parallel. Upgrades to jOOQ 3.18.4.
jOOQ upgrade
Upgrades to jOOQ 3.18.2.
Gradle 8 compatibility and jOOQ upgrade
Ensures build caching compatibility with Gradle 8. Upgrades to jOOQ 3.17.6.
Gradle 8 compatibility and jOOQ upgrade - 7.x release
Ensures build caching compatibility with Gradle 8. Upgrades to jOOQ 3.16.12.
jOOQ upgrade
Upgrades to jOOQ 3.17.4. Requires Java 17 as the minimum compatible version. Requires Gradle 7.0 as the minimum compatible version.
jOOQ upgrade
Upgrades to jOOQ 3.16.4.
Gradle Toolchains support
Adds support for Gradle Toolchains.