This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new f6cc01b Make Android build continue-on-error: true
f6cc01b is described below
commit f6cc01b35fb87cf951636435117fa14737d7af2c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 13:03:06 2026 -0400
Make Android build continue-on-error: true
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5ad729e..39b7f81 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -127,6 +127,7 @@ jobs:
# without acceleration boot too slowly to be useful in CI.
name: build (android, API ${{ matrix.api-level }})
runs-on: ubuntu-latest
+ continue-on-error: true
timeout-minutes: 45
strategy:
fail-fast: false