From e50052aeb1437cac3088d4119333d8c8fa9565a2 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Wed, 30 Aug 2017 13:20:11 +0100 Subject: [PATCH] Update getting-set-up.rst. --- docs/source/getting-set-up.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/source/getting-set-up.rst b/docs/source/getting-set-up.rst index 9bea246253..8164e4e89a 100644 --- a/docs/source/getting-set-up.rst +++ b/docs/source/getting-set-up.rst @@ -5,14 +5,12 @@ Software requirements --------------------- Corda uses industry-standard tools: -* **Oracle JDK 8 JVM** - supported version **8u131** +* **Oracle JDK 8 JVM** - minimum supported version **8u131** * **IntelliJ IDEA** - supported versions **2017.1**, **2017.2** and **2017.3** -* **Gradle** - supported version **3.4** -* **Kotlin** - supported version **1.1.2** * **Git** -You do not need to install Gradle or Kotlin. A standalone Gradle wrapper is provided, and it will download the correct -version of Kotlin. +We also use Gradle and Kotlin, but you do not need to install them. A standalone Gradle wrapper is provided, and it +will download the correct version of Kotlin. Please note: