From dcfabdccfc328ab0d9e1a61b925fc40b28d45bfc Mon Sep 17 00:00:00 2001 From: Chris Norman Date: Tue, 10 Jan 2023 10:19:28 -0500 Subject: [PATCH] Repair README.md. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10a80089ec7..7e95c87e8c6 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,8 @@ releases of the toolkit. * To run GATK: * Java 17 is needed to run or build GATK. We recommend one of the following: - * Download the Eclipse Foundation's distribution of OpenJDK 17 from [adoptium.net](https://adoptium.net/). Navigate to the [release archive](https://adoptium.net/temurin/archive/?version=8) to find downloads for Java 8. - * On Mac OS, you can install the [Homebrew package manager](https://brew.sh/) and run `brew tap homebrew/cask-versions` followed by `brew install --cask temurin8` to install the Eclipse Foundation's OpenJDK 8. - * Or you can download the older [OracleJDK 8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) - which requires an Oracle account to download and comes with restrictive [license conditions](https://www.oracle.com/downloads/licenses/javase-license1.html). + * Download the Eclipse Foundation's distribution of OpenJDK 17 from [adoptium.net](https://adoptium.net/). Navigate to the [release archive](https://adoptium.net/temurin/archive/?version=17) to find downloads for Java 17. + * On Mac OS, you can install the [Homebrew package manager](https://brew.sh/) and run `brew tap homebrew/cask-versions` followed by `brew install --cask temurin17` to install the Eclipse Foundation's OpenJDK 17. * Python 2.6 or greater (required to run the `gatk` frontend script) * Python 3.6.2, along with a set of additional Python packages, is required to run some tools and workflows. See [Python Dependencies](#python) for more information. @@ -471,7 +469,7 @@ We use [git-lfs](https://git-lfs.github.com/) to version and distribute test dat * Select "Use auto-import" and "Use default gradle wrapper". -* Make sure the Gradle JVM points to Java 1.8. You may need to set this manually after creating the project, to do so find the gradle settings by clicking the wrench icon in the gradle tab on the right bar, from there edit "Gradle JVM" argument to point to Java 1.8. +* Make sure the Gradle JVM points to Java 1.17. You may need to set this manually after creating the project, to do so find the gradle settings by clicking the wrench icon in the gradle tab on the right bar, from there edit "Gradle JVM" argument to point to Java 1.17. * Click "Finish"