Android: Install JDK 17 needed for 4.2-beta2 and later

Temporary change until we switch to newer build containers with it.

Also temporarily disable closure compiler for Web editor, needed for
4.2 beta 1 and beta 2, should be fixed upstream afterwarads.
This commit is contained in:
Rémi Verschelde
2023-10-19 10:45:43 +02:00
parent ad9e3b238a
commit 2c7419a7ed
3 changed files with 5 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ set -e
# we run all builds in parallel each from their own folder.
export NUM_JOBS=5
declare -a JOBS=(
"target=editor use_closure_compiler=yes"
"target=editor use_closure_compiler=no"
"target=template_debug"
"target=template_release"
"target=template_debug dlink_enabled=yes"