gradle-jooq-plugin

Gradle plugin that integrates jOOQ.

APACHE-2.0 License

Stars
503

Bot releases are hidden (Show)

gradle-jooq-plugin - Removal of dependency rules Latest Release

Published by etiennestuder 10 months ago

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

gradle-jooq-plugin - Apply version and edition lazily

Published by etiennestuder 10 months ago

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.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder 10 months ago

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

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 1 year ago

Upgrades to jOOQ 3.18.2.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 1 year ago

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

gradle-jooq-plugin - Gradle 8 compatibility and jOOQ upgrade - 7.x release

Published by etiennestuder almost 2 years ago

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

gradle-jooq-plugin - Gradle 8 compatibility and jOOQ upgrade

Published by etiennestuder almost 2 years ago

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

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder almost 2 years ago

Upgrades to jOOQ 3.17.4. Requires Java 17 as the minimum compatible version. Requires Gradle 7.0 as the minimum compatible version.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 2 years ago

Upgrades to jOOQ 3.16.4.

gradle-jooq-plugin - Gradle Toolchains support

Published by etiennestuder over 2 years ago

Adds support for Gradle Toolchains.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 2 years ago

Upgrades to jOOQ 3.16.3. Makes jOOQ 3.16.x the minimum required version when using this plugin. Upgrades used 3rd-party dependencies.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder about 3 years ago

Avoids deprecation warnings at Gradle runtime. Upgrades to jOOQ 3.15.1.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 3 years ago

Upgrades to jOOQ 3.15. Makes Java 11 the minimum required version when using this plugin.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 3 years ago

Upgrades to jOOQ 3.14.11.

gradle-jooq-plugin - jOOQ upgrade

Published by etiennestuder over 3 years ago

Upgrades to jOOQ 3.14.7.

gradle-jooq-plugin - Abortion of task execution if output cleaning is disabled

Published by etiennestuder about 4 years ago

Fails the build if cleaning of the output directory is set to false in the jOOQ configuration. Upgrades to jOOQ 3.13.5.

gradle-jooq-plugin - Exposure of code-gen dependency with compile scope

Published by etiennestuder about 4 years ago

Exposes the org.jooq:jooq-codegen library as compile dependency instead of runtime dependency of the jOOQ plugin.

gradle-jooq-plugin - Explicit opt-in to participate in incremental builds

Published by etiennestuder about 4 years ago

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.

gradle-jooq-plugin - Explicit deletion of content in output directory

Published by etiennestuder about 4 years ago

Explicitly cleans output directory before generating jOOQ sources.

gradle-jooq-plugin - Implicit exclusion of empty JDBC configuration

Published by etiennestuder about 4 years ago

Implicitly excludes empty JDBC configuration from being written to the jOOQ configuration XML file.