Skip to content

Commit

Permalink
Rename actions and add grant permissions to the wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Apr 22, 2024
1 parent 6e57c35 commit 6f66070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Grant Wrapper Permission
run: chmod x gradlew

- name: Cache Maven packages
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
name: Maven build
name: Gradle build
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6f66070

Please sign in to comment.