diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b257332..fc8c655 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: "Set up JDK" uses: actions/setup-java@v4 with: - java-version: '11' + java-version: '17' distribution: 'adopt' cache: maven server-id: github