make gradlew exec
This commit is contained in:
parent
1e4f4fdaeb
commit
b6084063a1
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
gradle-version: '8.12.1'
|
gradle-version: '8.12.1'
|
||||||
|
|
||||||
|
- name: Make gradlew executable
|
||||||
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
- name: Build with Gradle Wrapper
|
- name: Build with Gradle Wrapper
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue