mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Do not cache dependency jars individually
Unfortunately, doing this overloads the GitHub actions cache infrastructure leading to failures and unpredictable results. A later solution may re-implement artifact sharing for dependency jars as well as jars within the `caches/jars-9` directory. But for now these will be duplicated across each Gradle User Home cache entry.
This commit is contained in:
parent
decca791c5
commit
fe64d05f86
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ const CACHE_PATH = [
|
||||||
// TODO: Allow the user to override / tweak this set
|
// TODO: Allow the user to override / tweak this set
|
||||||
const COMMON_ARTIFACT_PATHS = [
|
const COMMON_ARTIFACT_PATHS = [
|
||||||
'~/.gradle/caches/*/generated-gradle-jars/*.jar',
|
'~/.gradle/caches/*/generated-gradle-jars/*.jar',
|
||||||
'~/.gradle/caches/modules-*/files-*/**/*.jar',
|
|
||||||
'~/.gradle/wrapper/dists/*/*/*.zip'
|
'~/.gradle/wrapper/dists/*/*/*.zip'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue