I prefer to keep `buildSnapshot` and `clean` independent at Gradle task level.
If you mean to combine two Gradle call to one in this file, I think we could
add `mustRunAfter clean` to `buildSnapshot` Gradle config and do something here
like:
```
gradle {
rootBuildScriptDir(commonJobProperties.checkoutDir)
tasks(':beam-sdks-python:clean')
tasks(':beam-sdks-python:buildSnapshot')
commonJobProperties.setGradleSwitches(delegate)
}
```
[ Full content available at: https://github.com/apache/beam/pull/6551 ]
This message was relayed via gitbox.apache.org for [email protected]