File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ before_install:
1616 - echo yes | android update sdk -a --filter platform-tools --no-ui --force
1717
1818script :
19- - ./gradlew clean assembleDebug -PdisablePreDex
19+ - ./gradlew clean assembleVanillaDebug -PdisablePreDex
2020 - ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1)
Original file line number Diff line number Diff line change 1- build#1.6
1+ build#1.7
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies:
99
1010test :
1111 override :
12- - ./gradlew clean assembleDebug -PdisablePreDex :
12+ - ./gradlew clean assembleVanillaDebug -PdisablePreDex :
1313 timeout : 1000
1414 # copy the build outputs to artifacts
1515 - ./gradlew check || (grep -A20 -B2 'severity="Error"' WordPress/build/outputs/lint-results-vanillaDebug.xml; exit 1) :
You can’t perform that action at this time.
0 commit comments