Browse Source

Prohibit .java8 Jaybird versions

Closes gh-41130
pull/42868/head
Andy Wilkinson 2 years ago
parent
commit
1f698d8ea2
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

4
spring-boot-project/spring-boot-dependencies/build.gradle

@ -637,6 +637,10 @@ bom { @@ -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"

Loading…
Cancel
Save