Prohibit .java8 Jaybird versions

Closes gh-41130
This commit is contained in:
Andy Wilkinson 2024-06-17 14:09:57 +01:00
parent beafbe5125
commit 1f698d8ea2

View File

@ -637,6 +637,10 @@ bom {
}
}
library("Jaybird", "5.0.5.java11") {
prohibit {
endsWith ".java8"
because "we use the .java11 version"
}
group("org.firebirdsql.jdbc") {
modules = [
"jaybird"