Commit 360d44ac authored by Andy Wilkinson's avatar Andy Wilkinson

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

Closes gh-22072
parent 9b26c676
...@@ -35,6 +35,9 @@ bom { ...@@ -35,6 +35,9 @@ bom {
} }
} }
library("JLine", "2.11") { library("JLine", "2.11") {
prohibit("[2.12,)") {
because "it contains breaking changes"
}
group("jline") { group("jline") {
modules = [ modules = [
"jline" "jline"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment