Skip to content

Commit 748a54a

Browse files
authored
Update gradle action (#1605)
1 parent 0e0c7a0 commit 748a54a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ jobs:
102102
java-version: '11'
103103
if: ${{ matrix.target.language == 'java' }}
104104

105+
- name: Setup Gradle
106+
uses: gradle/actions/setup-gradle@v4
107+
105108
- name: build Java
106-
uses: gradle/gradle-build-action@v3
107-
with:
108-
arguments: build --no-build-cache
109-
build-root-directory: ${{ matrix.target.directory }}
109+
run: ./gradlew build --no-build-cache
110+
working-directory: ${{ matrix.target.directory }}
110111
if: ${{ matrix.target.language == 'java' }}
111112

112113
- name: setup dotnet

0 commit comments

Comments
 (0)