summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
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