Gradle performs a first processing pass from top to bottom.
systemTests is currently before several blocks, but depends on them. This causes an issue in the jake build, but we want to fix it first in 9-dev to reduce merge issues.
The change should be no more than moving the :systemTests block to be after :web (which is the last module block).
systemTests is currently before several blocks, but depends on them. This causes an issue in the jake build, but we want to fix it first in 9-dev to reduce merge issues.
The change should be no more than moving the :systemTests block to be after :web (which is the last module block).