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
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -381,15 +381,6 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
381
381
382
382
## Building
383
383
384
-
Before building, ensure that you have [thirdparty/date](thirdparty/date) submodule initialized and updated.
385
-
IDEA does that automatically when cloning the repository, and if you cloned it in the command line, you may need
386
-
to run additionally:
387
-
388
-
```kotlin
389
-
git submodule init
390
-
git submodule update
391
-
```
392
-
393
384
The project requires JDK 8 to build classes and to run tests.
394
385
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.
395
386
The path to JDK 8 can be additionally specified with the environment variable `JDK_8`.
0 commit comments