Skip to content

Releases: etiennestuder/gradle-jooq-plugin

Removal of dependency rules

26 Dec 16:15
b4e2ccb
Compare
Choose a tag to compare

Does not register any dependency resolution rules anymore. Requires Gradle 8.0 as the minimum compatible version.

Apply version and edition lazily

26 Dec 10:20
a69bd0d
Compare
Choose a tag to compare

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

25 Dec 18:59
2a8fb9d
Compare
Choose a tag to compare

Avoids deprecation warnings when using the plugin with Gradle 9. Upgrades to jOOQ 3.19.1.

jOOQ upgrade

29 May 06:18
d71787b
Compare
Choose a tag to compare

Avoids race condition when running multiple jOOQ tasks in parallel. Upgrades to jOOQ 3.18.4.

jOOQ upgrade

29 May 06:18
858cf44
Compare
Choose a tag to compare

Upgrades to jOOQ 3.18.2.

Gradle 8 compatibility and jOOQ upgrade

29 Dec 06:05
a526bc0
Compare
Choose a tag to compare

Ensures build caching compatibility with Gradle 8. Upgrades to jOOQ 3.17.6.

Gradle 8 compatibility and jOOQ upgrade - 7.x release

29 Dec 12:12
b3e263e
Compare
Choose a tag to compare

Ensures build caching compatibility with Gradle 8. Upgrades to jOOQ 3.16.12.

jOOQ upgrade

23 Oct 06:31
d2eff66
Compare
Choose a tag to compare

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

11 Feb 10:23
be7f86d
Compare
Choose a tag to compare

Upgrades to jOOQ 3.16.4.

Gradle Toolchains support

05 Feb 10:22
70d4ae7
Compare
Choose a tag to compare

Adds support for Gradle Toolchains.