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

enable Gradle Build Cache #2250

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

aSemy
Copy link
Contributor

@aSemy aSemy commented May 9, 2024

Gradle Build Cache is a quick and easy way to improve build performance.

@hfhbd
Copy link
Contributor

hfhbd commented May 17, 2024

What about the CI too?

@turansky
Copy link
Collaborator

What about the CI too?

@hfhbd Could you please elaborate?

@hfhbd
Copy link
Contributor

hfhbd commented May 25, 2024

@turansky Sure, you have to use the gradle build action to enable CI cache.
See https://github.com/hfhbd/bootstrap-compose/blob/aed535d3bcef444cf06c4838694acccad76f0d66/.github/workflows/CI.yml#L25 for implementation.

@aSemy
Copy link
Contributor Author

aSemy commented May 25, 2024

What about the CI too?

Good point, Build Cache support should be enabled on CI too.

For this PR I just wanted to enable it, and I'd like to make another PR to update the GitHub Workflows.

@turansky turansky merged commit a912855 into JetBrains:master May 28, 2024
3 checks passed
@aSemy aSemy deleted the feat/build-cache branch May 28, 2024 13:25
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

Successfully merging this pull request may close these issues.

None yet

3 participants