Update documentation for custom-java-home.gradle
See gh-24719
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user