Skip to content

Commit e2c1860

Browse files
committed
[build] GitHub Actions: Remove gradle/actions/wrapper-validation because validation is performed by default in gradle/actions/setup-gradle@v4
1 parent edcaaf9 commit e2c1860

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# GitHub Actions Workflow is created for testing and preparing the plugin release in the following steps:
2-
# - Validate Gradle Wrapper.
32
# - Run 'test' and 'verifyPlugin' tasks.
43
# - Run Qodana inspections.
54
# - Run the 'buildPlugin' task and prepare artifact for further tests.
@@ -40,9 +39,6 @@ jobs:
4039
- name: Fetch Sources
4140
uses: actions/checkout@v4
4241

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

4743
# Set up Java environment for the next steps
4844
- name: Setup Java

0 commit comments

Comments
 (0)