Skip to content

Commit

Permalink
Gradle: Replace v2 with test suffix on save/restore gradle dep cache
Browse files Browse the repository at this point in the history
FYI: This change is done for testing purposes only, and in order to
verify that the newly added 'init.gradle.kts' script is working as
expected.

PS: This change with be tested only on 'android-staging' agents.
  • Loading branch information
ParaskP7 committed Jan 24, 2025
1 parent 29064ab commit 4aed409
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/restore_gradle_dependency_cache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eu

# The key is shared with `bin/save_gradle_dependency_cache`
GRADLE_DEPENDENCY_CACHE_KEY="${BUILDKITE_PIPELINE_SLUG}_GRADLE_DEPENDENCY_CACHE_V2"
GRADLE_DEPENDENCY_CACHE_KEY="${BUILDKITE_PIPELINE_SLUG}_GRADLE_DEPENDENCY_CACHE_TEST"

echo "Restoring Gradle dependency cache..."

Expand Down
2 changes: 1 addition & 1 deletion bin/save_gradle_dependency_cache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -eu

# The key is shared with `bin/restore_gradle_dependency_cache`
GRADLE_DEPENDENCY_CACHE_KEY="${BUILDKITE_PIPELINE_SLUG}_GRADLE_DEPENDENCY_CACHE_V2"
GRADLE_DEPENDENCY_CACHE_KEY="${BUILDKITE_PIPELINE_SLUG}_GRADLE_DEPENDENCY_CACHE_TEST"

echo "Saving Gradle dependency cache..."

Expand Down

0 comments on commit 4aed409

Please sign in to comment.