Skip to content

Commit d31c78a

Browse files
authored
Switch to updated Gradle Setup action (#202)
* Switch to updated Gradle Setup action * Switch to updated Gradle Setup action
1 parent a6017d5 commit d31c78a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
with:
2424
distribution: 'zulu'
2525
java-version: 17
26-
- name: Build with Gradle
27-
uses: gradle/gradle-build-action@v3
28-
with:
29-
arguments: build
26+
- name: Setup Gradle
27+
uses: gradle/actions/setup-gradle@v5
28+
- name: Run Gradle
29+
run: ./gradlew build
3030
env:
3131
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3232
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)