From cff39f190f2c74eb10e865b2feb87dbbc3460387 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 1 May 2024 17:28:43 +0200 Subject: [PATCH] Update gradle.yml fix dependency-submission root --- .github/workflows/gradle.yml | 3 +++ 1 file changed, 3 insertions(+) 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