Skip to content

Commit

Permalink
Integrate gradle validation into build script
Browse files Browse the repository at this point in the history
  • Loading branch information
virustotalop committed Apr 5, 2023
1 parent 1cc8407 commit 0f1484a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
distribution: 'temurin'
java-version: '11'
- name: Gradle validation
uses: gradle/wrapper-validation-action@v1
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

0 comments on commit 0f1484a

Please sign in to comment.