appengine-plugins icon indicating copy to clipboard operation
appengine-plugins copied to clipboard

[deploy] how to specify "no-cache" flag?

Open peterweb2005 opened this issue 1 year ago • 1 comments

as no-cache flag is required to solve the problem https://stackoverflow.com/questions/77181996/gcloud-build-failure-error-failed-to-initialize-analyzer-no-such-object

UPDATE

switch many configs, in order to run "gcloud app deploy --no-cache", but it only support java 8, and java 8 is not supported next month

peterweb2005 avatar Dec 04 '23 02:12 peterweb2005

sorry, how?

App Engine standard gen1 will reach End of Support on January 30, 2024, ie: less than 2 months

update

gcloud app deploy --no-cache src/main/webapp/WEB-INF/appengine-web.xml
SEVERE: Received exception processing xxx/appengine-web.xml com.google.apphosting.utils.config.AppEngineConfigException: appengine-web.xml does not contain a <threadsafe> element.
gcloud app deploy --no-cache build.gradle
ERROR: (gcloud.app.deploy) Gradle source deployment is not supported for Java8 GAE project.

update

this ok

gcloud app deploy --no-cache build\staged-app\app.yaml

peterweb2005 avatar Dec 06 '23 21:12 peterweb2005

This seems to be resolved? I'll close this next week if that's the case.

suztomo avatar May 21 '24 14:05 suztomo