mirror of
https://github.com/actions/setup-java.git
synced 2025-06-28 20:14:14 +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
12
__tests__/cache/mill/build.sc
vendored
Normal file
12
__tests__/cache/mill/build.sc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
package build
|
||||
import mill._, scalalib._
|
||||
|
||||
object MyProject extends ScalaModule {
|
||||
def scalaVersion = "2.13.11"
|
||||
def ivyDeps = Agg(ivy"com.lihaoyi::mainargs:0.6.2")
|
||||
|
||||
object test extends ScalaTests {
|
||||
def ivyDeps = Agg(ivy"com.lihaoyi::utest:0.8.5")
|
||||
def testFramework = "utest.runner.Framework"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue