Remove extra ".0" in prohibit.versionRange for jOOQ
See gh-44877 Signed-off-by: Johnny Lim <izeye@naver.com>
This commit is contained in:
committed by
Stéphane Nicoll
parent
e6b871352e
commit
b8bd65ca8e
@@ -1050,7 +1050,7 @@ bom {
|
||||
}
|
||||
library("jOOQ", "3.19.21") {
|
||||
prohibit {
|
||||
versionRange "[3.20.0.0,)"
|
||||
versionRange "[3.20.0,)"
|
||||
because "it requires Java 21"
|
||||
}
|
||||
group("org.jooq") {
|
||||
|
||||
Reference in New Issue
Block a user