summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-08 18:58:55 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-08 20:36:54 -0700
commit44ed2e53f0d66f62988c532f5a8ceb056bb74d65 (patch)
tree7ea7518ce7211f2be5cbb1347f5c0567548368e1 /build.sc
parenteb04366771e23bc4a8f574ec7317f10e82fbdc6f (diff)
downloadmill-44ed2e53f0d66f62988c532f5a8ceb056bb74d65.tar.gz
mill-44ed2e53f0d66f62988c532f5a8ceb056bb74d65.tar.bz2
mill-44ed2e53f0d66f62988c532f5a8ceb056bb74d65.zip
First pass at a Caffeine integration build now works (only on Java 9 tho)
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 76fe8b9b..1376690b 100755
--- a/build.sc
+++ b/build.sc
@@ -177,6 +177,7 @@ object scalajslib extends MillModule {
}
}
}
+
def testRepos = T{
Seq(
"MILL_ACYCLIC_REPO" ->
@@ -190,7 +191,9 @@ def testRepos = T{
"MILL_UPICKLE_REPO" ->
shared.downloadTestRepo("lihaoyi/upickle", "7f33085c890db7550a226c349832eabc3cd18769", T.ctx().dest/"upickle"),
"MILL_PLAY_JSON_REPO" ->
- shared.downloadTestRepo("playframework/play-json", "0a5ba16a03f3b343ac335117eb314e7713366fd4", T.ctx().dest/"play-json")
+ shared.downloadTestRepo("playframework/play-json", "0a5ba16a03f3b343ac335117eb314e7713366fd4", T.ctx().dest/"play-json"),
+ "MILL_CAFFEINE_REPO" ->
+ shared.downloadTestRepo("ben-manes/caffeine", "c02c623aedded8174030596989769c2fecb82fe4", T.ctx().dest/"caffeine")
)
}