Skip to content

Commit 08e875d

Browse files
author
luthfan
committed
Try changing workflow
1 parent 301242b commit 08e875d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
git submodule update
3131
3232
- name: Build BatakJava
33-
run: ./gradlew build
33+
run: |
34+
./gradlew wrapper --gradle-version=8.10.1
35+
./gradlew build
3436
3537
- name: Set up Python
3638
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)