GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Connection timed out #285

Closed clayclayclay closed 7 years ago

clayclayclay commented 7 years ago

Hello,all. When I try to invoke: mvn appengine:update ,I encountered a problem:

INFO: Unable to access https://appengine.google.com/api/updatecheck?runtime=java&release=1.9.53&timestamp=1494285082&api_versions=['1.0']
java.net.ConnectException: Connection timed out: connect

Could anyone give me some ideas?

patflynn commented 7 years ago

could be a transient issue with the update checking service.

Did you try setting disableUpdateCheck to true?

loosebazooka commented 7 years ago

@ludoch