Skip to content

Commit

Permalink
chore: replacedgradle/wrapper-validation-action with gradle/actions/w…
Browse files Browse the repository at this point in the history
…rapper-validation (#101)
  • Loading branch information
MikAoJk authored Oct 15, 2024
1 parent cba17af commit 3b8663f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,9 @@ jobs:
with:
java-version: 21
distribution: 'temurin'
cache: 'gradle'
- name: Gradle wrapper validation
uses: gradle/wrapper-validation-action@v3
- name: Setup gradle dependency cache
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/.*gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
uses: gradle/actions/wrapper-validation@v4
- name: Build
run: ./gradlew build
env:
Expand Down

0 comments on commit 3b8663f

Please sign in to comment.