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

Upgrade Gradle version, or find other solution for tumblr-metal failing to download Gradle #1706

Open
mokagio opened this issue Oct 22, 2024 · 1 comment
Labels
tooling Related to anything that supports the building & maintaining of the project.

Comments

@mokagio
Copy link
Contributor

mokagio commented Oct 22, 2024

As part of building the app in CI, we run ./gradlew.

Since moving to tumblr-metal as part of the ReleaseV2 and release-in-CI migration, see paaHJt-6ps-p2, running ./gradlew fails with

Downloading https://services.gradle.org/distributions/gradle-8.2-bin.zip

Exception in thread "main" java.io.IOException: Downloading from https://services.gradle.org/distributions/gradle-8.2-bin.zip failed: timeout

Example:
Image

We discussed, p1726719736370609-slack-C020Q0Z579V, a few options to solve this issue. The most promising being:

  • Upgrading Gradle in Simplenote Android to a version that tumblr-metal supports. This seems like the best option as presumably tumblr-metal support recent versions which would be beneficial to adopt regardless of CI limitations.
  • Pass a proxy config to Gradle

In the meantime, #1705 has a workaround.

@dangermattic
Copy link
Collaborator

dangermattic commented Oct 22, 2024

Thanks for reporting! 👍

@mokagio mokagio added the tooling Related to anything that supports the building & maintaining of the project. label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Related to anything that supports the building & maintaining of the project.
Projects
None yet
Development

No branches or pull requests

2 participants