diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 4802482..451643a 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -24,6 +24,6 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: 17 + java-version: 21 - name: Build artifacts run: ./gradlew build