summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-11-14 23:52:49 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-11-14 23:52:49 -0800
commit1045ed4589e602a2727c7ba014b820e134100e1f (patch)
tree2c185420b4da1eb6a2e8e74d8fd0eb8d513585c0 /build.sc
parentd2598aa69c866236c9b5eddac2e03161b2456848 (diff)
downloadmill-1045ed4589e602a2727c7ba014b820e134100e1f.tar.gz
mill-1045ed4589e602a2727c7ba014b820e134100e1f.tar.bz2
mill-1045ed4589e602a2727c7ba014b820e134100e1f.zip
First pass at an `assembly` task now works, rudimentary but enough to be used metacircularly
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 0a2e4243..b627b714 100755
--- a/build.sc
+++ b/build.sc
@@ -1,5 +1,6 @@
#!/usr/bin/env amm
-import $cp.scalaplugin.target.`scala-2.12`.`mill-scalaplugin-assembly-0.1-SNAPSHOT.jar`
+import $cp.out.ScalaPlugin.assembly
+//import $cp.scalaplugin.target.`scala-2.12`.`mill-scalaplugin-assembly-0.1-SNAPSHOT.jar`
import ammonite.ops.pwd
import mill._
import mill.scalaplugin.{Module, Dep, TestRunner}