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'