Skip to content

Commit 87cba44

Browse files
author
nigel.zheng
committed
chore(github): Set gradlew executalbe
1 parent cda9884 commit 87cba44

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3030
settings-path: ${{ github.workspace }} # location for the settings.xml file
3131

32+
- name: Set gradlew executalbe
33+
run: chmod +x gradlew
3234
- name: Build with Gradle
3335
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3436
with:

.github/workflows/gradle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
with:
2929
java-version: '11'
3030
distribution: 'temurin'
31+
32+
- name: Set gradlew executalbe
33+
run: chmod +x gradlew
3134
- name: Build with Gradle
3235
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3336
with:

0 commit comments

Comments
 (0)