Unverified Commit b8472f25 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Update Maven URL to https (#52042)

parent 35bf5ab5
...@@ -57,7 +57,7 @@ void configureProject(Project project, String outputDir) { ...@@ -57,7 +57,7 @@ void configureProject(Project project, String outputDir) {
// as a result, add the dependency on the embedding. // as a result, add the dependency on the embedding.
project.repositories { project.repositories {
maven { maven {
url "http://download.flutter.io" url "https://storage.googleapis.com/download.flutter.io"
} }
} }
String engineVersion = Paths.get(getFlutterRoot(project), "bin", "internal", "engine.version") String engineVersion = Paths.get(getFlutterRoot(project), "bin", "internal", "engine.version")
......
...@@ -41,7 +41,7 @@ android { ...@@ -41,7 +41,7 @@ android {
apply plugin: FlutterPlugin apply plugin: FlutterPlugin
class FlutterPlugin implements Plugin<Project> { class FlutterPlugin implements Plugin<Project> {
private static final String MAVEN_REPO = "http://download.flutter.io"; private static final String MAVEN_REPO = "https://storage.googleapis.com/download.flutter.io";
// The platforms that can be passed to the `--Ptarget-platform` flag. // The platforms that can be passed to the `--Ptarget-platform` flag.
private static final String PLATFORM_ARM32 = "android-arm"; private static final String PLATFORM_ARM32 = "android-arm";
......
...@@ -18,7 +18,7 @@ repositories { ...@@ -18,7 +18,7 @@ repositories {
google() google()
jcenter() jcenter()
maven { maven {
url "http://download.flutter.io" url "https://storage.googleapis.com/download.flutter.io"
} }
} }
......
...@@ -637,7 +637,7 @@ ${globals.terminal.bolden('Consuming the Module')} ...@@ -637,7 +637,7 @@ ${globals.terminal.bolden('Consuming the Module')}
url '${repoDirectory.path}' url '${repoDirectory.path}'
} }
maven { maven {
url 'http://download.flutter.io' url 'https://storage.googleapis.com/download.flutter.io'
} }
} }
......
...@@ -2446,7 +2446,7 @@ plugin1=${plugin1.path} ...@@ -2446,7 +2446,7 @@ plugin1=${plugin1.path}
" url 'build/'\n" " url 'build/'\n"
' }\n' ' }\n'
' maven {\n' ' maven {\n'
" url 'http://download.flutter.io'\n" " url 'https://storage.googleapis.com/download.flutter.io'\n"
' }\n' ' }\n'
' }\n' ' }\n'
'\n' '\n'
...@@ -2498,7 +2498,7 @@ plugin1=${plugin1.path} ...@@ -2498,7 +2498,7 @@ plugin1=${plugin1.path}
" url 'build/'\n" " url 'build/'\n"
' }\n' ' }\n'
' maven {\n' ' maven {\n'
" url 'http://download.flutter.io'\n" " url 'https://storage.googleapis.com/download.flutter.io'\n"
' }\n' ' }\n'
' }\n' ' }\n'
'\n' '\n'
...@@ -2537,7 +2537,7 @@ plugin1=${plugin1.path} ...@@ -2537,7 +2537,7 @@ plugin1=${plugin1.path}
" url 'build/'\n" " url 'build/'\n"
' }\n' ' }\n'
' maven {\n' ' maven {\n'
" url 'http://download.flutter.io'\n" " url 'https://storage.googleapis.com/download.flutter.io'\n"
' }\n' ' }\n'
' }\n' ' }\n'
'\n' '\n'
...@@ -2577,7 +2577,7 @@ plugin1=${plugin1.path} ...@@ -2577,7 +2577,7 @@ plugin1=${plugin1.path}
" url 'build/'\n" " url 'build/'\n"
' }\n' ' }\n'
' maven {\n' ' maven {\n'
" url 'http://download.flutter.io'\n" " url 'https://storage.googleapis.com/download.flutter.io'\n"
' }\n' ' }\n'
' }\n' ' }\n'
'\n' '\n'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment