Skip to content

Commit

Permalink
Update gradle-ci.yml added permission for gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
shabaz213 authored Jul 24, 2024
1 parent 86ce80a commit 7123a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
java-version: '8'
distribution: 'adopt-openj9'

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

- name: Run build
run: ./gradlew build

Expand Down

0 comments on commit 7123a2e

Please sign in to comment.