mirror of
https://github.com/actions/setup-java.git
synced 2025-04-19 01:16:46 +00:00
only Versions.kt and Dependencies.kt as cache key
This commit is contained in:
parent
f56009127d
commit
45b7b136cf
5 changed files with 20 additions and 5 deletions
|
@ -98,7 +98,7 @@ describe('dependency cache', () => {
|
|||
await expect(restore('gradle')).rejects.toThrowError(
|
||||
`No file in ${projectRoot(
|
||||
workspace
|
||||
)} matched to [**/*.gradle*,**/gradle-wrapper.properties,buildSrc/**/*.kt], make sure you have checked out the target repository`
|
||||
)} matched to [**/*.gradle*,**/gradle-wrapper.properties,buildSrc/**/Versions.kt,buildSrc/**/Dependencies.kt], make sure you have checked out the target repository`
|
||||
);
|
||||
});
|
||||
it('downloads cache based on build.gradle', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue