Skip to content

Commit

Permalink
fix: Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cvette authored Aug 11, 2024
1 parent b028f87 commit 6e85d6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-cleanup: always

# Set environment variables
- name: Export Properties
Expand Down Expand Up @@ -116,8 +114,6 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
with:
cache-cleanup: always

# Run tests
- name: Run Tests
Expand Down Expand Up @@ -200,8 +196,6 @@ jobs:
# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v3
with:
cache-cleanup: always

# Cache Plugin Verifier IDEs
- name: Setup Plugin Verifier IDEs Cache
Expand Down

0 comments on commit 6e85d6b

Please sign in to comment.