Skip to content

Commit

Permalink
Fix Wrapper validation
Browse files Browse the repository at this point in the history
BySwiizen committed Apr 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7c758f2 commit b2093e3
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ jobs:
uses: gradle/actions/[email protected]

# https://github.com/gradle/wrapper-validation-action
- name: Wrapper Validation
uses: gradle/wrapper-validation-action@v3.3.0
- name: Wrapper validation
uses: gradle/actions/[email protected]

# https://github.com/actions/setup-java
- name: Set up JDK 17
4 changes: 2 additions & 2 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ jobs:
uses: actions/[email protected]

# https://github.com/gradle/wrapper-validation-action
- name: Validate gradle wrapper
uses: gradle/wrapper-validation-action@v3.3.0
- name: Wrapper validation
uses: gradle/actions/[email protected]

- name: Make Gradlew executable
run: chmod +x ./gradlew

0 comments on commit b2093e3

Please sign in to comment.