mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
[fix] Use HTTPS, not HTTP wherever practical (#7040)
* Download RAT binary via HTTPS, not HTTP * Merge branch 'patch-1' of github.com:hajdbo/incubator-superset into patch-1
This commit is contained in:
committed by
Maxime Beauchemin
parent
f5274a9c7f
commit
5137539a86
@@ -20,7 +20,7 @@
|
||||
|
||||
acquire_rat_jar () {
|
||||
|
||||
URL="http://repo1.maven.org/maven2/org/apache/rat/apache-rat/${RAT_VERSION}/apache-rat-${RAT_VERSION}.jar"
|
||||
URL="https://repo1.maven.org/maven2/org/apache/rat/apache-rat/${RAT_VERSION}/apache-rat-${RAT_VERSION}.jar"
|
||||
|
||||
JAR="$rat_jar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user