References
References allow the usage of other tasks defined in other build files. They can be used to split up different tasks into separate files.
Last updated
Was this helpful?
References allow the usage of other tasks defined in other build files. They can be used to split up different tasks into separate files.
Last updated
Was this helpful?
Each build file can have a reference map. The reference points to other build file containing more tasks. References can be used directly from the or in .
The task name example
in the referenced build file will be prepended with the reference name foo
and can be used as foo:example