From e5b5f3515a1f90d684aa0f27616cd450138bca1b Mon Sep 17 00:00:00 2001 From: 4drian3d <68704415+4drian3d@users.noreply.github.com> Date: Wed, 22 Sep 2021 07:46:15 -0500 Subject: [PATCH] temurin jdk 17 release --- .github/workflows/ClientCatcherBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ClientCatcherBuild.yml b/.github/workflows/ClientCatcherBuild.yml index 587de78..5c7d645 100644 --- a/.github/workflows/ClientCatcherBuild.yml +++ b/.github/workflows/ClientCatcherBuild.yml @@ -13,7 +13,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v2.3.0 with: - java-version: 17-ea + java-version: 17 distribution: 'temurin' cache: 'maven'