Skip to content

Commit 3337380

Browse files
committed
add gradle-wrapper.jar
1 parent b030107 commit 3337380

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
cache: 'gradle'
2828

2929
- name: Compile project, run tests
30-
run: |
31-
gradle build --no-daemon
30+
run: ./gradlew build --no-daemon
3231

3332

3433
import:
@@ -46,8 +45,7 @@ jobs:
4645
cache: 'gradle'
4746

4847
- name: Compile project
49-
run: |
50-
gradle assemble --no-daemon
48+
run: ./gradlew assemble --no-daemon
5149

5250
- uses: actions/checkout@v4
5351
with:

gradle/wrapper/gradle-wrapper.jar

55.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)