Skip to content

Commit

Permalink
Cache Maven Dists downloaded by the Maven Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel committed Feb 12, 2023
1 parent ea15b3b commit d6fdbda
Show file tree
Hide file tree
Showing 4 changed files with 18,807 additions and 18,807 deletions.
2 changes: 1 addition & 1 deletion __tests__/cache.test.ts
Expand Up @@ -81,7 +81,7 @@ describe('dependency cache', () => {
await expect(restore('maven')).rejects.toThrowError(
`No file in ${projectRoot(
workspace
)} matched to [**/pom.xml], make sure you have checked out the target repository`
)} matched to [**/pom.xml,.mvn/wrapper/maven-wrapper.properties], make sure you have checked out the target repository`
);
});
it('downloads cache', async () => {
Expand Down

0 comments on commit d6fdbda

Please sign in to comment.