Prohibit MSSQL JDBC version targeting Java 18

This commit is contained in:
Moritz Halbritter 2023-01-12 16:21:09 +01:00
parent 75f934c92e
commit 825fc5b72f

View File

@ -984,6 +984,10 @@ bom {
} }
} }
library("MSSQL JDBC", "11.2.2.jre17") { library("MSSQL JDBC", "11.2.2.jre17") {
prohibit {
endsWith ".jre18"
because "it needs Java 18"
}
group("com.microsoft.sqlserver") { group("com.microsoft.sqlserver") {
modules = [ modules = [
"mssql-jdbc" "mssql-jdbc"