Provision Java 25 directly in CI

This commit is contained in:
Joe Julian
2026-04-19 20:37:46 -07:00
parent b511ab4dc0
commit c517794182
5 changed files with 29 additions and 17 deletions
+5 -5
View File
@@ -93,11 +93,11 @@ Package:
make apk
```
`make apk` prefers a supported local JDK at `JAVA_HOME`. Java 25 is the
local default, and Java 21 is also supported for CI builds. If neither is
available, it falls back to the repo-managed Docker build image, which uses
Java 25. You still need the Android SDK and NDK installed and configured for
real device or release packaging.
`make apk` prefers a local Java 25 install at `JAVA_HOME`. If that is not
available, it falls back to the repo-managed Docker build image, which also
uses Java 25. CI provisions Java 25 directly in the build job so release
packaging follows that same local path. You still need the Android SDK and NDK
installed and configured for real device or release packaging.
Release package: