Skip to content

Commit d696296

Browse files
Update build-pr.yml
Add java 21 and downgrade wrapper validation as it is the last release version
1 parent 256f865 commit d696296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v4
1414
- name: Validate Gradle Wrapper
15-
uses: gradle/actions/wrapper-validation@v4
15+
uses: gradle/actions/wrapper-validation@v3
1616
- name: Setup Java
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: temurin
20-
java-version: 17
20+
java-version: 21
2121
- name: Build on ${{ matrix.os }}
22-
run: ./gradlew clean build -x test
22+
run: ./gradlew clean build -x test

0 commit comments

Comments
 (0)