Prohibit MSSQL JDBC version targeting Java 18
This commit is contained in:
parent
75f934c92e
commit
825fc5b72f
@ -984,6 +984,10 @@ bom {
|
||||
}
|
||||
}
|
||||
library("MSSQL JDBC", "11.2.2.jre17") {
|
||||
prohibit {
|
||||
endsWith ".jre18"
|
||||
because "it needs Java 18"
|
||||
}
|
||||
group("com.microsoft.sqlserver") {
|
||||
modules = [
|
||||
"mssql-jdbc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user