Skip to content

Commit aa9ad80

Browse files
committed
[DEBUG] CI issues
1 parent 83690b6 commit aa9ad80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-project.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ jobs:
2020
distribution: 'temurin'
2121
cache: gradle
2222

23+
- name: Set up Gradle
24+
uses: gradle/actions/setup-gradle@v3
25+
2326
- name: Grant execute permission for gradlew
2427
run: chmod +x gradlew
2528

29+
- name: Check Gradle Wrapper Files
30+
run: ls -R gradle/wrapper
31+
2632
- name: Build with Gradle
2733
run: ./gradlew build
2834

0 commit comments

Comments
 (0)