Skip to content

Commit 74826bd

Browse files
more github actions if this doesnt work im deleting it from the repo (u have to indent this shit?)
1 parent f38bfe0 commit 74826bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gradle.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Setup Gradle
3434
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3535

36+
- name: Make gradlew executable
37+
working-directory: ./java
38+
run: chmod +x ./gradlew
39+
3640
- name: Build with Gradle Wrapper
3741
working-directory: ./java
3842
run: ./gradlew build

0 commit comments

Comments
 (0)