GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Resolve GCLOUD_CONFIG/APPENGINE_CONFIG late #321

Closed loosebazooka closed 5 years ago

loosebazooka commented 5 years ago

If a user doesn't have the cloud sdk installed yet, but uses GCLOUD_CONFIG, it results in a cloud sdk not found error.

While this seems like a strange case, it's safest for us to only even attempt anything after we can guarantee the cloud sdk is setup.