You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ This action provides the following functionality for GitHub Actions runners:
13
13
- Registering problem matchers for error output
14
14
- Caching dependencies managed by Apache Maven
15
15
- Caching dependencies managed by Gradle
16
+
- Caching dependencies managed by sbt
17
+
18
+
This action allows you to work with Java and Scala projects.
16
19
17
20
## V2 vs V1
18
21
- V2 supports custom distributions and provides support for Zulu OpenJDK, Eclipse Temurin and Adopt OpenJDK out of the box. V1 supports only Zulu OpenJDK
0 commit comments