2022-08-16 12:26:27 +07:00

10 lines
258 B
Bash
Executable File

#!/bin/bash
set -e
# TODO: use jdk17u repo for building for Android
if [ "$BUILD_IOS" != "1" ]; then
git clone --depth 1 https://github.com/PojavLauncherTeam/mobile openjdk
else
git clone --depth 1 https://github.com/PojavLauncherTeam/jdk17u openjdk
fi