From f6a3b974ecf0dd5dc32ea2d838926dcb144ac9d7 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Tue, 20 Jul 2021 11:33:43 +0800 Subject: [PATCH] add missing description in the README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a33b02d4..368fdae7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This action provides the following functionality for GitHub Actions runners: - Configuring runner for publishing using Gradle - Configuring runner for using GPG private key - Registering problem matchers for error output +- Caching dependencies managed by Apache Maven +- Caching dependencies managed by Gradle ## 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