We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f9512 commit 66043e4Copy full SHA for 66043e4
.github/workflows/build.yml
@@ -18,6 +18,8 @@ jobs:
18
distribution: "microsoft"
19
- name: setup gradle
20
uses: gradle/actions/setup-gradle@v4
21
+ - name: make gradle wrapper executable
22
+ run: chmod +x ./gradlew
23
- name: build
24
run: ./gradlew build
25
- name: capture build artifacts
0 commit comments