aws-apigateway-importer: require Java 8 specifically (#28315)
This commit is contained in:
parent
c5d554ed1d
commit
0c2c71131c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class AwsApigatewayImporter < Formula
|
|||
sha256 "bbe12dac66d033674840eace741bcf5c3549e7317ab9ca6fa9f349418a6c9861" => :yosemite
|
||||
end
|
||||
|
||||
depends_on :java => "1.7+"
|
||||
depends_on :java => "1.8"
|
||||
depends_on "maven" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue