Skip to content

Commit

Permalink
chore: bust cache to test the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Jun 27, 2024
1 parent 0926250 commit 542c50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .nx/workflows/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ launch-templates:
- name: Restore Maven/Gradle/SDKMan Cache
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml'
inputs:
key: '**/pom.xml|**/build.gradle|**/build.gradle.kts|**/settings.gradle|**/settings.gradle.kts'
key: '**/pom.xml|**/build.gradle|**/build.gradle.kts|**/settings.gradle|**/settings.gradle.kts|"v1"'
paths: |
../.m2/repository
../.gradle/caches
Expand All @@ -29,7 +29,7 @@ launch-templates:
- name: Restore Flutter Cache
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml'
inputs:
key: '"flutter-sdk"|**/pubspec.yaml'
key: '"flutter-sdk"|**/pubspec.yaml|"v1"'
paths: |
../flutter
../.pub-cache
Expand All @@ -38,7 +38,7 @@ launch-templates:
- name: Restore Android Cache
uses: 'nrwl/nx-cloud-workflows/v4/workflow-steps/cache/main.yaml'
inputs:
key: '"android-sdk"'
key: '"android-sdk"|"v1"'
paths: |
../android/sdk
base-branch: 'develop'
Expand Down

0 comments on commit 542c50b

Please sign in to comment.