Fix JDK 17 build
1 file changed
tree: 9d9df5379f2af471b2cf2c3d04630813be552f2a
  1. .github/
  2. build/
  3. maven/
  4. maven-caching-extension/
  5. maven-caching-its/
  6. .gitattributes
  7. .gitignore
  8. .gitmodules
  9. deploySite.sh
  10. Jenkinsfile
  11. Jenkinsfile.its
  12. LICENSE
  13. NOTICE
  14. pom.xml
  15. README.md
  16. run-its.sh
README.md

Apache Maven Caching

Incremental Build and Cache

This project provides an Incremental Build and Caching features which calculates out-of-date modules in the build dependencies graph and improves build times by avoiding re-building unnecessary modules. Read cache guide for more details.

License

This code is under the Apache License, Version 2.0, January 2004.

See the NOTICE file for required notices and attributions.