Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 57a965d

Browse files
committed
chore: Updated gradle action
1 parent c66849a commit 57a965d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
1213
- uses: actions/setup-java@v4
1314
with:
1415
distribution: 'temurin'
1516
java-version: 8
16-
17-
- name: Setup Gradle
18-
uses: gradle/gradle-build-action@v2
17+
18+
- uses: gradle/actions/setup-gradle@v4
1919

2020
- name: Make code compatible with old Java
2121
run: gradle -p tools removeAnnotations

0 commit comments

Comments
 (0)