Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop docs job from caching incomplete Maven repositories
`setup-java` action caches the local Maven repo once a job succeeds. The cache key for Maven depends only on the hash of all pom.xml files. By uploading caches from a job which only builds one module we are forcing Maven to download missing dependencies during each build.
- Loading branch information