From a39d51e58e9657da7bcfe5cbab710f4fcf43e793 Mon Sep 17 00:00:00 2001 From: Fabio Niephaus Date: Wed, 31 Aug 2022 10:34:47 +0200 Subject: [PATCH] Dependency caching is a key feature. [ci skip] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3311cc9..662e7f7 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This action: - sets `$JAVA_HOME` to `$GRAALVM_HOME` by default
(can be disabled via `set-java-home: 'false'`, see [options](#options)) - supports `amd64` and `aarch64` (selected automatically, `aarch64` requires a [self-hosted runner][gha-self-hosted-runners]) - sets up Windows environments with build tools using [vcvarsall.bat][vcvarsall] +- supports dependency caching for Apache Maven, Gradle, and sbt (see [`cache` option](#options)) ## Templates