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

Add a prefix to Gradle cache scripts #98

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

wzieba
Copy link
Member

@wzieba wzieba commented May 30, 2024

To isolate dependencies cache per-project.


  • I have considered if this change warrants release notes and have added them to the appropriate section in the CHANGELOG.md if necessary.

@@ -1,7 +1,7 @@
#!/bin/bash -eu

# The key is shared with `bin/restore_gradle_dependency_cache`
GRADLE_DEPENDENCY_CACHE_KEY="GRADLE_DEPENDENCY_CACHE"
GRADLE_DEPENDENCY_CACHE_KEY="${GRADLE_DEPENDENCY_CACHE_PROJECT_PREFIX}GRADLE_DEPENDENCY_CACHE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With this change, the comment in line 21 is no longer valid.

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.

2 participants