Skip to content

Commit

Permalink
Remove setup-gradle step
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Sep 30, 2024
1 parent e8f848c commit fed7525
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:
with:
distribution: 'corretto'
java-version: '17'
- uses: gradle/actions/setup-gradle@v4
with:
cache-disabled: true

# Don't set up gradle here. We've already verified the gradle wrapper in the previous job.

# Run intellij:verifyPlugin task.
- name: Verify Plugin
Expand Down

0 comments on commit fed7525

Please sign in to comment.