Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lsn5963 authored Jun 24, 2024
1 parent 8da996d commit 2c50715
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 @@ -35,6 +35,9 @@ jobs:
with:
gradle-home-cache: 6.ci-cd/cicd/.gradle

- name: Grant execute permission for Gradle Wrapper
run: chmod +x 6.ci-cd/cicd/gradlew

- name: Build with Gradle Wrapper
run: ./gradlew build
working-directory: 6.ci-cd/cicd
Expand Down

0 comments on commit 2c50715

Please sign in to comment.