diff --git a/.github/workflows/check_compile.yml b/.github/workflows/check_compile.yml index b9ef9b30..77e5a421 100644 --- a/.github/workflows/check_compile.yml +++ b/.github/workflows/check_compile.yml @@ -19,6 +19,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}-${{ hashFiles('**/gradle-wrapper.properties') }} restore-keys: | ${{ runner.os }}-gradle- + - uses: actions/setup-java@v4 + with: + distribution: 'temurin' + java-version: '17' - name: Gradle Initialization run: ./gradlew - name: Check forbidden comments