add missing description in the README.md

This commit is contained in:
Kengo TODA 2021-07-20 11:33:43 +08:00
parent fae2927552
commit f6a3b974ec

View file

@ -11,6 +11,8 @@ This action provides the following functionality for GitHub Actions runners:
- Configuring runner for publishing using Gradle - Configuring runner for publishing using Gradle
- Configuring runner for using GPG private key - Configuring runner for using GPG private key
- Registering problem matchers for error output - Registering problem matchers for error output
- Caching dependencies managed by Apache Maven
- Caching dependencies managed by Gradle
## V2 vs V1 ## V2 vs V1
- V2 supports custom distributions and provides support for Zulu OpenJDK and Adopt OpenJDK out of the box. V1 supports only Zulu OpenJDK - V2 supports custom distributions and provides support for Zulu OpenJDK and Adopt OpenJDK out of the box. V1 supports only Zulu OpenJDK