Remove Make gradlew executable

This commit is contained in:
alefvanoon 2022-02-08 14:28:41 +00:00 committed by GitHub
parent d2fe2f8046
commit 3d4e165d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,6 @@ jobs:
distribution: "temurin"
cache: 'gradle'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build debug APK and run jvm tests
run: ./gradlew assembleDebug