Skip to content

Commit a812eee

Browse files
authored
Update gradle.yml
1 parent ddc04f6 commit a812eee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
arguments: clean
7171
build-root-directory: android
7272

73-
- name: Build application Debug APK with Gradle
74-
uses: gradle/[email protected]
75-
with:
76-
arguments: assembleDebug
77-
build-root-directory: android
73+
# - name: Build application Debug APK with Gradle
74+
# uses: gradle/[email protected]
75+
# with:
76+
# arguments: assembleDebug
77+
# build-root-directory: android
7878

7979
- name: Build application Release APK with Gradle
8080
uses: gradle/[email protected]

0 commit comments

Comments
 (0)