mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Include 'kotlin-dsl' as a cache-artifact-bundle
This commit is contained in:
parent
1113cb87cb
commit
69453dbfc5
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ inputs:
|
|||
["generated-gradle-jars", "caches/*/generated-gradle-jars/*.jar"],
|
||||
["wrapper-zips", "wrapper/dists/*/*/*.zip"],
|
||||
["dependency-jars", "caches/modules-*/files-*/**/*.jar"],
|
||||
["instrumented-jars", "caches/jars-*/*/"]
|
||||
["instrumented-jars", "caches/jars-*/*/"],
|
||||
["kotlin-dsl", "caches/*/kotlin-dsl/*/*/"]
|
||||
]
|
||||
|
||||
outputs:
|
||||
|
|
Loading…
Reference in a new issue