Merge pull request #2313 from vszakats/patch-2
java_requirement.rb: use HTTPS in Java Platform URL
This commit is contained in:
commit
aa866c1c4a
@ -2,7 +2,7 @@ require "language/java"
|
|||||||
|
|
||||||
class JavaRequirement < Requirement
|
class JavaRequirement < Requirement
|
||||||
fatal true
|
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
|
satisfy build_env: false do
|
||||||
setup_java
|
setup_java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user