Skip to content

Commit 979e072

Browse files
committed
Update CI Deploy Docs to JDK 17
Issue gh-2327
1 parent 95c03db commit 979e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up JDK
8282
uses: actions/setup-java@v1
8383
with:
84-
java-version: '8'
84+
java-version: '17'
8585
- name: Setup gradle user name
8686
run: |
8787
mkdir -p ~/.gradle

0 commit comments

Comments
 (0)