diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index fa128c2..f549a7a 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -8,13 +8,15 @@ jobs: build: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 - name: Set up JDK 17 - with: - java-version: 17 - distribution: adopt-hotspot - - name: Build plugin - run: | - chmod +x gradlew - ./gradlew check buildPlugin --info + - uses: actions/checkout@v4 + with: + lfs: true + - uses: actions/setup-java@v4 + name: Set up JDK 17 + with: + java-version: 17 + distribution: adopt-hotspot + - name: Build plugin + run: | + chmod +x gradlew + ./gradlew check buildPlugin --info