Merge pull request #2313 from vszakats/patch-2

java_requirement.rb: use HTTPS in Java Platform URL
This commit is contained in:
Mike McQuaid 2017-03-11 18:30:04 +00:00 committed by GitHub
commit aa866c1c4a

View File

@ -2,7 +2,7 @@ require "language/java"
class JavaRequirement < Requirement
fatal true
download "http://www.oracle.com/technetwork/java/javase/downloads/index.html"
download "https://www.oracle.com/technetwork/java/javase/downloads/index.html"
satisfy build_env: false do
setup_java