sonar: depend on Java (7 or higher)
Closes Homebrew/homebrew#48485. Closes Homebrew/homebrew#48468. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
cd07e82c8b
commit
afb1f51bf4
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ class Sonar < Formula
|
|||
url "https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-5.3.zip"
|
||||
sha256 "4e61ee3a01d5e447bcd64357df77e0377325c4a2bb5ceb2cdeb5a5d193443ba5"
|
||||
|
||||
depends_on :java => "1.7+"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue