java_requirement.rb: use HTTPS in Java Platform URL
It's redirected to cleartext, though this URL will be opened in a browser so it won't be something hidden, and maybe Oracle will fix this in the future.
This commit is contained in:
parent
76db07e1b5
commit
c5a9ee5719
@ -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