Restrict JLine version to 2.11 to avoid breaking changes in 2.12+
Closes gh-22072
This commit is contained in:
parent
9b26c67627
commit
360d44ac04
|
@ -35,6 +35,9 @@ bom {
|
|||
}
|
||||
}
|
||||
library("JLine", "2.11") {
|
||||
prohibit("[2.12,)") {
|
||||
because "it contains breaking changes"
|
||||
}
|
||||
group("jline") {
|
||||
modules = [
|
||||
"jline"
|
||||
|
|
Loading…
Reference in New Issue