diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1b3d1ed18..3b5de8e66 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -135,7 +135,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 11 - distribution: temurin + distribution: temurin - name: Build all configurations run: ./gradlew assemble