summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-07 22:29:40 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-07 22:29:40 -0800
commit54a2419b0e66eaf52211870bf04d84af87deaa80 (patch)
treef8229f8dd3f68ca571be6ade115ebf6cd3f2c746 /build.sc
parente381552b992a5ba4743fa54f5111db9a2e9d98e2 (diff)
downloadmill-54a2419b0e66eaf52211870bf04d84af87deaa80.tar.gz
mill-54a2419b0e66eaf52211870bf04d84af87deaa80.tar.bz2
mill-54a2419b0e66eaf52211870bf04d84af87deaa80.zip
wip
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sc b/build.sc
index d31b66d8..d8523013 100755
--- a/build.sc
+++ b/build.sc
@@ -243,3 +243,7 @@ def uploadToGithub(assembly: Path, authKey: String, release: String, label: Stri
upload.apply(assembly, release, label, authKey)
}
+
+//def resolve(targets: mill.define.TargetScopt.Targets[Any]) = mill.T.command{
+// targets.items.foreach(println)
+//} \ No newline at end of file