From 5ea42cdc11fee996b2b2cfc77fc7d6f08439ef4a Mon Sep 17 00:00:00 2001 From: Pete Bentley Date: Sun, 5 Oct 2025 18:01:28 +0100 Subject: [PATCH] Update build instructions. Standalone JDK 8 has not been required to build Conscrypt for some time. --- BUILDING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 7ac7f8e98..dc8b6593e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,11 +22,7 @@ Conscrypt requires that you have __Java__, __BoringSSL__ and the __Android SDK__ described below. #### Java -The build uses a version of Gradle which requires a __Java 11__ JRE to run, however to ensure -backward compatibility Conscrypt itself is compiled with a __Java 8__ JDK using Gradle's -recent Java toolchain support. At the least, you will need to install __Java 11__ to run -Gradle, but if you do not also have __Java 8__ then depending on the OS, Gradle will -try and install it automatically. +The build uses a version of Gradle which requires a __Java 11__ JRE to run. #### Android SDK [Download and install](https://developer.android.com/studio/install.html) the latest Android SDK