Add support for JetBrains' Amper build/cache

The Amper build system uses `.cache/Amper/` for its dependencies, and
also (currently) uses some `.gradle/` folders for Android builds.
This commit is contained in:
Salvatore Testa 2025-06-23 14:51:00 +02:00
commit 9cedcca2cc
No known key found for this signature in database
6 changed files with 146 additions and 2 deletions

View file

@ -14,6 +14,7 @@ The `setup-java` action provides the following functionality for GitHub Actions
- Caching dependencies managed by Apache Maven.
- Caching dependencies managed by Gradle.
- Caching dependencies managed by sbt.
- Caching dependencies managed by Amper.
- [Maven Toolchains declaration](https://maven.apache.org/guides/mini/guide-using-toolchains.html) for specified JDK versions.
This action allows you to work with Java and Scala projects.