Restrict JLine version to 2.11 to avoid breaking changes in 2.12+

Closes gh-22072
This commit is contained in:
Andy Wilkinson 2020-06-24 11:02:23 +01:00
parent 9b26c67627
commit 360d44ac04

View File

@ -35,6 +35,9 @@ bom {
}
}
library("JLine", "2.11") {
prohibit("[2.12,)") {
because "it contains breaking changes"
}
group("jline") {
modules = [
"jline"