sort Artifacts
Specifies the ordering for resolved artifacts. Options are:
- DEFAULT : Don't specify the sort order. Gradle will provide artifacts in the default order.
- CONSUMER_FIRST : Artifacts for a consuming component should appear before artifacts for its dependencies.
- DEPENDENCY_FIRST : Artifacts for a consuming component should appear after artifacts for its dependencies.
Since
3.5