Skip to content

Commit d6fdbda

Browse files
committed
Cache Maven Dists downloaded by the Maven Wrapper
1 parent ea15b3b commit d6fdbda

4 files changed

Lines changed: 18807 additions & 18807 deletions

File tree

__tests__/cache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('dependency cache', () => {
8181
await expect(restore('maven')).rejects.toThrowError(
8282
`No file in ${projectRoot(
8383
workspace
84-
)} matched to [**/pom.xml], make sure you have checked out the target repository`
84+
)} matched to [**/pom.xml,.mvn/wrapper/maven-wrapper.properties], make sure you have checked out the target repository`
8585
);
8686
});
8787
it('downloads cache', async () => {

0 commit comments

Comments
 (0)