Skip to content

Commit fea458c

Browse files
authored
Update tagged-release.yml JDK 17
1 parent fc4f3d7 commit fea458c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tagged-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
submodules: recursive
18-
- name: Set up JDK 8
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v3
2020
with:
21-
java-version: '8'
21+
java-version: '17'
2222
distribution: 'adopt'
2323
cache: maven
2424
- name: Build with Maven

0 commit comments

Comments
 (0)