runsBefore property

List<String> runsBefore
final

Builder keys in $package:$builder format which should only be run after this Builder.

This allows the user to configure the ordering of particular builders as necessary, but it is a global option.

This config is merged with the runsBefore configuration of the builder definition, and does not overwrite it.

Implementation

final List<String> runsBefore;