Skip to content

Commit 83e3c62

Browse files
committed
updated build workflow
1 parent 8d34377 commit 83e3c62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/xml-objects-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v4
1616
- name: Setup Java
17-
uses: actions/setup-java@v3
17+
uses: actions/setup-java@v4
1818
with:
1919
distribution: ${{ matrix.distribution }}
2020
java-version: ${{ matrix.java }}
21+
- name: Grant execute permission to Gradle
22+
run: chmod +x ./gradlew
2123
- name: Setup Gradle
22-
uses: gradle/gradle-build-action@v2
24+
uses: gradle/actions/setup-gradle@v4
2325
with:
2426
cache-disabled: true
25-
- name: Grant execute permission to Gradle
26-
run: chmod +x ./gradlew
2727
- name: Execute Gradle build
2828
run: ./gradlew build

0 commit comments

Comments
 (0)