Skip to content

Commit 1f698d8

Browse files
committed
Prohibit .java8 Jaybird versions
Closes gh-41130
1 parent beafbe5 commit 1f698d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,10 @@ bom {
637637
}
638638
}
639639
library("Jaybird", "5.0.5.java11") {
640+
prohibit {
641+
endsWith ".java8"
642+
because "we use the .java11 version"
643+
}
640644
group("org.firebirdsql.jdbc") {
641645
modules = [
642646
"jaybird"

0 commit comments

Comments
 (0)