From 7b94112ec66aa0e896a0a8573a2539900e94d054 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 18 Mar 2020 17:10:16 +0100 Subject: [PATCH] Update documentation for custom-java-home.gradle See gh-24719 --- gradle/custom-java-home.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gradle/custom-java-home.gradle b/gradle/custom-java-home.gradle index 1dd7fa1196..54d1de1eb8 100644 --- a/gradle/custom-java-home.gradle +++ b/gradle/custom-java-home.gradle @@ -5,10 +5,9 @@ // the one used to launch the Gradle process). // // - customJavaHome: absolute path to the alternate JDK installation to -// use to compile Java code and execute tests. Setting this system -// property causes Groovy 3.0 RC3 to be used instead of 2.5.x. This -// system property is also used in spring-oxm.gradle to determine -// whether JiBX is supported. +// use to compile Java code and execute tests. This system property +// is also used in spring-oxm.gradle to determine whether JiBX is +// supported. // // - customJavaSourceVersion: Java version supplied to the `--release` // command line flag to control the Java source and target