From cec13bea82e00b4e3cb62d4179aa7bb565e3e4ce Mon Sep 17 00:00:00 2001 From: Alf Richter Date: Fri, 11 May 2018 22:10:00 +0200 Subject: Update 4 - Tasks.md (#317) Added s to T.source and fixed small typo --- docs/pages/4 - Tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/pages/4 - Tasks.md') diff --git a/docs/pages/4 - Tasks.md b/docs/pages/4 - Tasks.md index 71974177..edae6953 100644 --- a/docs/pages/4 - Tasks.md +++ b/docs/pages/4 - Tasks.md @@ -32,12 +32,12 @@ def run(mainClsName: String) = T.command{ } ``` -Here, we have two `T.source`s, `sourceRoot` and `resourceRoot`, which act as the +Here, we have two `T.sources`, `sourceRoot` and `resourceRoot`, which act as the roots of our task graph. `allSources` depends on `sourceRoot` by calling `sourceRoot()` to extract it's value, `classFiles` depends on `allSources` the same way, and `jar` depends on both `classFiles` and `resourceRoot`. -Filesystem o1perations in Mill are done using the +Filesystem operations in Mill are done using the [Ammonite-Ops](http://ammonite.io/#Ammonite-Ops) library. The above build defines the following task graph: -- cgit v1.2.3