v12.0.0-rc.1 beta
- v2.0.0-rc.6 == v12.0.0-rc.1 tag edit
v2.0.0-rc.6
- Lock the version of the script version number 12
v2.0.0-rc.5 beta
- Non-ASCII path sensitivity issues
- Add label description
v2.0.0-rc.4 caution
Solution: ⚠️ Note: Cordova, Gradle, and Java are all sensitive to non-ASCII paths. This can lead to abnormal behavior when handling Chinese file names
bash
apt update && apt install -y locales
locale-gen en_US.UTF-8
export LC_ALL=en_US.UTF-8
localebash
> Task :app:mergeReleaseAssets FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeReleaseAssets'.
> Changes are not tracked, unable determine incremental changes.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.v2.0.0-rc.3 caution
- Change jdk 17 to jdk 11, both versions are available in the image
v2.0.0-rc.2 caution
- Add the packaging script instruction for
cordova12
bash
root@fb13349b82a6:/workspace# ll build-scripts-short/
total 20
drwxr-xr-x 2 root root 4096 Nov 24 08:54 ./
drwxr-xr-x 3 root root 4096 Nov 24 08:54 ../
-rwxr-xr-x 1 root root 299 Nov 24 08:46 apk-automatic-v2.sh*
-rwxr-xr-x 1 root root 2584 Nov 24 08:53 apk-build-sign-v2.sh*
-rwxr-xr-x 1 root root 2864 Nov 24 08:46 apk-init.sh*v2.0.0-rc.1 caution
- Add the packaging environment for
cordova12
