Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build-farm/make-adopt-build-farm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ then
# which is only available from jdk-19 so we cannot bootstrap with JDK18
JDK_BOOT_VERSION="19"
fi
if [ "${JAVA_FEATURE_VERSION}" == "8" ]; then
# Reduce external dependencies and use Adoptium builds if present
JDK_BOOT_VERSION="8"
fi
fi
echo "Required boot JDK version: ${JDK_BOOT_VERSION}"

Expand Down