You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -365,7 +365,8 @@ git submodule update
365
365
The project requires JDK 8 to build classes and to run tests.
366
366
Gradle will try to find it among the installed JDKs or [provision](https://docs.gradle.org/current/userguide/toolchains.html#sec:provisioning) it automatically if it couldn't be found.
367
367
The path to JDK 8 can be additionally specified with the environment variable `JDK_8`.
368
-
<!-- For local builds, you can use a later version of JDK if you don't have that
369
-
version installed. -->
368
+
369
+
> For local builds, you can use a later version of JDK if you don't have that
370
+
version installed. Specify the version of this JDK with the `java.mainToolchainVersion` Gradle property.
370
371
371
372
After that, the project can be opened in IDEA and built with Gradle.
0 commit comments