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:
Viktor Szakats 2017-03-11 11:35:19 +01:00 committed by GitHub
parent 76db07e1b5
commit c5a9ee5719

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