fix(runner-android): bump JDK 17 -> 21 for Capacitor 7.6 #3
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/jdk-21"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Run #160 of exifcleaner-web's build-android workflow failed with:
Capacitor 7.6.x's
capacitor-androidlibrary compiles against Java 21 source level (sourceCompatibility = VERSION_21). JDK 17 errors out at the javac stage.Bump the prebaked image's JDK to 21. After merge, run
./setup.shon the runner host to rebuildforgejo-stack/job-android:latest(~5 min one-time).