mirror of
https://github.com/actions/setup-java
synced 2024-11-09 15:12:39 +00:00
Merge pull request #352 from julienrf/patch-1
Make it clearer that the action supports Scala
This commit is contained in:
commit
8048bbee47
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ This action provides the following functionality for GitHub Actions runners:
|
|||
- Registering problem matchers for error output
|
||||
- Caching dependencies managed by Apache Maven
|
||||
- Caching dependencies managed by Gradle
|
||||
- Caching dependencies managed by sbt
|
||||
|
||||
This action allows you to work with Java and Scala projects.
|
||||
|
||||
## V2 vs V1
|
||||
- V2 supports custom distributions and provides support for Zulu OpenJDK, Eclipse Temurin and Adopt OpenJDK out of the box. V1 supports only Zulu OpenJDK
|
||||
|
|
Loading…
Reference in a new issue