Skip to content

Commit 12f40e5

Browse files
committed
Simplify Gradle build step by removing executable permission command for the Gradle wrapper
1 parent 40c1363 commit 12f40e5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
run: echo "version=$(grep '^plugin_version=' gradle.properties | cut -d'=' -f2)" >> $GITHUB_ENV
4141

4242
- name: Build with Gradle Wrapper
43-
run: |
44-
chmod +x ./gradlew
45-
./gradlew build
43+
run: gradle build
4644

4745
- name: Create Release
4846
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)