Skip to content

Commit c8e5792

Browse files
committed
update build.yml
1 parent 32d08af commit c8e5792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313

14-
- name: set up JDK 11
14+
- name: set up JDK 17
1515
uses: actions/setup-java@v3
1616
with:
17-
java-version: '11'
17+
java-version: '17'
1818
distribution: 'adopt'
1919
cache: gradle
2020

0 commit comments

Comments
 (0)