Fix CI APK JDK selection
This commit is contained in:
@@ -93,10 +93,11 @@ Package:
|
||||
make apk
|
||||
```
|
||||
|
||||
`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. You still need the Android SDK and NDK installed and configured
|
||||
for real device or release packaging.
|
||||
`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.
|
||||
|
||||
Release package:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user