Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support specifying a download location for the SDK #1007

Open
rohanliston opened this issue Apr 23, 2020 · 0 comments
Open

Support specifying a download location for the SDK #1007

rohanliston opened this issue Apr 23, 2020 · 0 comments

Comments

@rohanliston
Copy link

There doesn't appear to be a way to specify where the SDK will be downloaded to, which makes the SDK files more difficult to cache in a CI environment and prevent them from being downloaded/installed every time.

There is tools.cloudSdkHome, but the documentation for that property indicates that the download will only occur if this property is unset:

tools.cloudSdkHome: Optional property to configure the location of the Cloud SDK.
If this property is not specified, then the plugin automatically downloads Cloud SDK.

It would be great to perhaps have a secondary property to configure whether or not the SDK is downloaded to the specified path, e.g.

tools.cloudSdk.home=/path/to/sdk
tools.cloudSdk.downloadIfMissing=true
@JoeWang1127 JoeWang1127 transferred this issue from GoogleCloudPlatform/app-gradle-plugin Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant