mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-05-01 20:38:34 +02:00
Combine java-toolchain entry definitions
- Remove configuration parameter for cache-entry-definitions. This allows richer modelling of extracted entries. - Include both *.zip and *.tar.gz in entry definition for java-toolchains.
This commit is contained in:
parent
c157d0a332
commit
12fc52a49a
5 changed files with 52 additions and 47 deletions
13
action.yml
13
action.yml
|
@ -55,19 +55,6 @@ inputs:
|
|||
description: Used to uniquely identify the current job invocation. Defaults to the matrix values for this job; this should not be overridden by users (INTERNAL).
|
||||
required: false
|
||||
default: ${{ toJSON(matrix) }}
|
||||
gradle-home-extracted-cache-entries:
|
||||
description: Names and patterns of artifacts in Gradle User Home to cache separately. (EXPERIMENTAL - may be changed/removed without notice)
|
||||
required: false
|
||||
default: |
|
||||
[
|
||||
["generated-gradle-jars", "caches/*/generated-gradle-jars/*.jar"],
|
||||
["wrapper-zips", "wrapper/dists/*/*/*.zip"],
|
||||
["java-toolchains-win", "jdks/*.zip"],
|
||||
["java-toolchains-nix", "jdks/*.tar.gz"],
|
||||
["dependencies", "caches/modules-*/files-*/*/*/*/*"],
|
||||
["instrumented-jars", "caches/jars-*/*"],
|
||||
["kotlin-dsl", "caches/*/kotlin-dsl/*/*"]
|
||||
]
|
||||
|
||||
outputs:
|
||||
build-scan-url:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue