Skip to content

Commit

Permalink
SONARTEXT-69 Cache Gradle build logic (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstachniuk committed Oct 6, 2023
1 parent 28a4716 commit 2e0145d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ cleanup_gradle_cache_script_template: &CLEANUP_GRADLE_CACHE_SCRIPT
- /usr/bin/find "${CIRRUS_WORKING_DIR}/.gradle/caches/" -name "*.lock" -type f -delete
- rm -rf "${CIRRUS_WORKING_DIR}/.gradle/caches/8.3/"
- rm -rf "${CIRRUS_WORKING_DIR}/.gradle/caches/journal-1/"
- rm -rf "${CIRRUS_WORKING_DIR}/.gradle/caches/build-cache-1/"

build_task:
<<: *ONLY_IF_SONARSOURCE_QA
Expand Down

0 comments on commit 2e0145d

Please sign in to comment.