Skip to content
Snippets Groups Projects
Commit c5a9ee57 authored by Viktor Szakats's avatar Viktor Szakats Committed by GitHub
Browse files

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.
parent 76db07e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment