Merge branch '2.7.x'

Closes gh-33816
This commit is contained in:
Moritz Halbritter
2023-01-12 16:13:26 +01:00
4 changed files with 55 additions and 14 deletions

View File

@@ -63,7 +63,8 @@ bom {
}
}
library("JLine", "2.11") {
prohibit("[2.12,)") {
prohibit {
versionRange "[2.12,)"
because "it contains breaking changes"
}
group("jline") {