fix(pipeline): Remove making gradle executable
This commit is contained in:
@@ -151,9 +151,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
gradle-version: wrapper
|
gradle-version: wrapper
|
||||||
|
|
||||||
- name: Make gradlew executable
|
|
||||||
run: chmod +x gradlew
|
|
||||||
|
|
||||||
- name: Build application
|
- name: Build application
|
||||||
run: ./gradlew build --debug -x test
|
run: ./gradlew build --debug -x test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user