mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-09 19:14:08 +00:00
GitHub Actions: Remove gradle/actions/wrapper-validation because validation is performed by default in gradle/actions/setup-gradle@v4
This commit is contained in:
parent
73dfb867a9
commit
4296c354ba
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -40,10 +40,6 @@ jobs:
|
|||||||
- name: Fetch Sources
|
- name: Fetch Sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Validate wrapper
|
|
||||||
- name: Gradle Wrapper Validation
|
|
||||||
uses: gradle/actions/wrapper-validation@v4
|
|
||||||
|
|
||||||
# Set up Java environment for the next steps
|
# Set up Java environment for the next steps
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user