diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a35ef81..9ec41b2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -54,3 +54,6 @@ jobs: # See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md - name: Generate and submit dependency graph uses: gradle/actions/dependency-submission@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0 + with: + # The gradle project is not in the root of the repository. + build-root-directory: server