Skip to content

Commit

Permalink
Add GH workflow step with adding +x permission for gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-punko committed Oct 31, 2024
1 parent 6b56cc0 commit 8fb4cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
java-version: '21'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew

# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
Expand Down

0 comments on commit 8fb4cd4

Please sign in to comment.