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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -362,8 +362,10 @@ git submodule init
362
362
git submodule update
363
363
```
364
364
365
-
The path to JDK 8 must be specified either with the environment variable `JDK_8` or
366
-
with the gradle property `JDK_8`. For local builds, you can use a later version of JDK if you don't have that
367
-
version installed.
365
+
The project requires JDK 8 to build classes and to run tests.
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
+
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
370
369
371
After that, the project can be opened in IDEA and built with Gradle.
0 commit comments