Thank you, Aref. It makes sense. I noticed that when I go from maven-app-engine plugin v1.3.2 to v2.2.0, that's when the size increases. So has the plugin switched from using AppCfg to Cloud Build?
On Wednesday, June 3, 2020 at 11:35:16 PM UTC+8, Aref Amiri (Cloud Platform Support) wrote: > > Based on a discussion with an App Engine Specialist, the difference in > size comes from the way each tool works. Cloud SDK uses Cloud Build in the > background and containerizes the deployment along with the runtime selected > ( i.e Java8 ), making the deployment itself bigger. On the other hand, > AppCfg deploys the code and then uses the desired runtime directly from the > repository, therefore making the deployment smaller. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a34fd9db-a370-40d8-be72-8a49ed4f70ec%40googlegroups.com.
