mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 13:04:13 +00:00
Add caching for the Mill build tool
This commit is contained in:
parent
f4f1212c88
commit
18d114c65a
9 changed files with 214 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,6 @@
|
|||
# Ignore Scala IDE files
|
||||
.metals/
|
||||
|
||||
# Ignore node_modules, ncc is used to compile nodejs modules into a single file
|
||||
node_modules/
|
||||
__tests__/runner/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue