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