Skip to content

Run Gradle commands in project directory for CI

Daniel Gerhardt requested to merge ci-run-gradle-from-project-dir into master

This brings the CI jobs in line with how Gradle is run locally. This way, Gradle tasks are run for the correct project even if the project dir and name are not the same.

Merge request reports