open fun specExecutionOrder(): SpecExecutionOrder?Override this function and return an instance of SpecExecutionOrder which will be used to sort specs before execution.
Implementations are currently:
open val specExecutionOrder: SpecExecutionOrder?
Note: This has no effect on non-JVM targets.