You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache Android CI tools and improve download reliability
- Updated `scripts/setup-workspace.sh` to use `repo.maven.apache.org` (CDN) instead of `archive.apache.org` for Maven downloads.
- Added `--retry 3 --retry-all-errors` to `curl` commands in `scripts/setup-workspace.sh` for robust downloading of JDKs and Maven.
- Added `actions/cache` to `.github/workflows/scripts-android.yml` to cache the `${{ runner.temp }}/codenameone-tools` directory, preventing redundant downloads in CI.
0 commit comments