Skip to content

Commit 83f5087

Browse files
All --stacktrace to gradle invocation on CI
1 parent d555ad8 commit 83f5087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yes | ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager "platforms;android-36" "build-tools;36.0.0" "ndk;${{ env.NDK_VERSION }}"
3535

3636
- name: Clone RUM schema
37-
run: ./gradlew cloneAllRumSchemas -Pdd.rum.schema.ref="${{ github.ref_name }}"
37+
run: ./gradlew cloneAllRumSchemas -Pdd.rum.schema.ref="${{ github.ref_name }}" --stacktrace
3838

3939
- name: Generate JSON models
40-
run: ./gradlew generateAllJsonModels
40+
run: ./gradlew generateAllJsonModels --stacktrace

0 commit comments

Comments
 (0)