Why did IntelliJ with Cloud Code just stop deploying to Google App Engine? It worked fine until this past week. Nothing changed in my dev environment. Now when I try to deploy this appears and nothing happens. The cursor used to spin (highlighted in yellow) and now it just freezes.
Is there a way to get the darn thing to print out what it is doing so I can debug?
I installed an updated IntelliJ and Cloud Code plugin. No difference. Our deployment config looks like this.
I can deploy from the command line using:
gcloud app deploy --quiet targetMyProject-1.0-SNAPSHOTWEB-INFappengine-web.xml
Did google or IntelliJ change something recently?
3