Commit 913e001
committed
build: update jOOQ & fix Gradle 9.0 compatibility issues
With the release of Gradle 9.0.0, we experienced build
failures due to deprecated access to plugin conventions
(JavaPluginConvention).
Ref: https://docs.gradle.org/9.0.0-rc-1/userguide/upgrading_version_8.html#deprecated_access_to_conventions
To address this, we:
1. Upgrade jOOQ Gradle plugin from 8.0 to 8.2.2 to
avoid deprecation warnings when using Gradle 9.0.
Ref: https://github.com/etiennestuder/gradle-jooq-plugin/releases/tag/v8.2.2
2. Upgrade jOOQ from 3.17.7 to 3.19.1 to match the
plugin version upgrade.
Note: We avoid the latest version of jOOQ because it
requires Java 21.1 parent c54b2c3 commit 913e001
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments