From 979e07275ccb85e0a78bd088c87df3cdbfa40d78 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 22 Jun 2023 14:20:57 -0500 Subject: [PATCH] Update CI Deploy Docs to JDK 17 Issue gh-2327 --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 05bbcae8..472e46c7 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -81,7 +81,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v1 with: - java-version: '8' + java-version: '17' - name: Setup gradle user name run: | mkdir -p ~/.gradle