Prohibit upgrades to jOOQ 3.20.0
Closes gh-44372
This commit is contained in:
@@ -1054,6 +1054,10 @@ bom {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("jOOQ", "3.19.21") {
|
library("jOOQ", "3.19.21") {
|
||||||
|
prohibit {
|
||||||
|
versionRange "[3.20.0.0,)"
|
||||||
|
because "it requires Java 21"
|
||||||
|
}
|
||||||
group("org.jooq") {
|
group("org.jooq") {
|
||||||
modules = [
|
modules = [
|
||||||
"jooq",
|
"jooq",
|
||||||
|
|||||||
Reference in New Issue
Block a user