Skip to content
Snippets Groups Projects
Commit aa866c1c authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2313 from vszakats/patch-2

java_requirement.rb: use HTTPS in Java Platform URL
parents bb3e509e c5a9ee57
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