updated java version
This commit is contained in:
5
build.sh
5
build.sh
@@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
# Check for a build mode argument
|
# Check for a build mode argument
|
||||||
|
|
||||||
|
export JAVA_HOME="/usr/lib/jvm/java-21-openjdk"
|
||||||
|
export ANDROID_HOME='/opt/android-sdk'
|
||||||
|
export PATH="${PATH}:${ANDROID_HOME}/cmdline-tools/latest/bin"
|
||||||
|
export PATH="${PATH}:${ANDROID_HOME}/platform-tools"
|
||||||
|
|
||||||
if [ "$1" == "clean" ]; then
|
if [ "$1" == "clean" ]; then
|
||||||
BUILD_MODE="clean build"
|
BUILD_MODE="clean build"
|
||||||
BUILD_LOGGING=""
|
BUILD_LOGGING=""
|
||||||
|
|||||||
Reference in New Issue
Block a user