Skip to content

Commit 06321c8

Browse files
committed
Java 17 in update gradle wrapper
1 parent 25f700a commit 06321c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3.5.3
10+
- name: set up JDK
11+
uses: actions/setup-java@v3
12+
with:
13+
distribution: 'adopt'
14+
java-version: 17
1015
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)