Update documentation for custom-java-home.gradle

See gh-24719
This commit is contained in:
Sam Brannen
2020-03-18 17:10:16 +01:00
parent e6814f6609
commit 7b94112ec6

View File

@@ -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