We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710109e commit 92add8eCopy full SHA for 92add8e
scripts/build-android-port.sh
@@ -59,11 +59,11 @@ check_java_home() {
59
validate_workspace() {
60
local missing=0
61
62
- if ! check_java_home "JAVA_HOME" "${JAVA_HOME:-}" '1\\.8'; then
+ if ! check_java_home "JAVA_HOME" "${JAVA_HOME:-}" '1\.8'; then
63
missing=1
64
fi
65
66
- if ! check_java_home "JAVA_HOME_17" "${JAVA_HOME_17:-}" '17\\.'; then
+ if ! check_java_home "JAVA_HOME_17" "${JAVA_HOME_17:-}" '17\.'; then
67
68
69
0 commit comments