Update README.md

This commit is contained in:
Eric Seidel
2023-04-12 09:04:13 -07:00
committed by GitHub
parent 5c98d17bfb
commit c0e22f7e54
+3
View File
@@ -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. 🤣