Cache Maven Dists downloaded by the Maven Wrapper

This commit is contained in:
Yeikel 2023-02-12 15:56:56 -05:00 committed by Yeikel
parent ea15b3b99c
commit a8fc099b0f
4 changed files with 7 additions and 7 deletions

View file

@ -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 () => {