Skip to content

Commit

Permalink
[build] GitHub Actions: Remove gradle/actions/wrapper-validation beca…
Browse files Browse the repository at this point in the history
…use validation is performed by default in gradle/actions/setup-gradle@v4
  • Loading branch information
YannCebron committed Jan 7, 2025
1 parent edcaaf9 commit e2c1860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# GitHub Actions Workflow is created for testing and preparing the plugin release in the following steps:
# - Validate Gradle Wrapper.
# - Run 'test' and 'verifyPlugin' tasks.
# - Run Qodana inspections.
# - Run the 'buildPlugin' task and prepare artifact for further tests.
Expand Down Expand Up @@ -40,9 +39,6 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4

# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/actions/wrapper-validation@v3

# Set up Java environment for the next steps
- name: Setup Java
Expand Down

0 comments on commit e2c1860

Please sign in to comment.