From c0e22f7e5469cab25ef08288bb77e41bafe598d1 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Wed, 12 Apr 2023 09:04:13 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e593cb9..9e671b6 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,7 @@ Alternatives being considered include Once you've created a single unique engine revision, you don't have to create new ones so long as you know how to clear the flutter cache and gradle cache to make them re-download. +Why can't we use a local artifact_proxy? Gradle will complain if you use a non-https source. You can change that on a per-project basis however: +https://docs.gradle.org/7.5/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository.html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol + This is clearly not our final dev workflow. 🤣