libreadline-java: require Java 8 specifically (#28776)
This is a compile-time only dependency, because it needs `javah`, which was removed in Java 10. Runs fine under Java 10.
This commit is contained in:
parent
baa9dd553e
commit
1bb8359884
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class LibreadlineJava < Formula
|
|||
end
|
||||
|
||||
depends_on "readline"
|
||||
depends_on :java => "1.6+"
|
||||
depends_on :java => "1.8"
|
||||
|
||||
# Fix "non-void function should return a value"-Error
|
||||
# https://sourceforge.net/p/java-readline/patches/2/
|
||||
|
|
Loading…
Reference in a new issue