Merge branch '3.2.x'

Closes gh-41131
This commit is contained in:
Andy Wilkinson 2024-06-17 14:13:53 +01:00
commit 307c225db6

View File

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