Skip to content

Use 'assemble' task for gradle projects

What does this MR do?

In MR !130 (merged), the gradlew builder was modified to run the assemble gradle task instead of build, allowing to skip unit tests. Unfortunately, the gradle builder was forgotten and is still running the build task. This MR fixes that.

What are the relevant issue numbers?

None

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports