Skip to content

Commit 5b93020

Browse files
committed
Remove the dependency on HowardHinnant/date
1 parent bda35d4 commit 5b93020

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "date-cpp-library/date"]
2-
path = thirdparty/date
3-
url = https://github.com/HowardHinnant/date

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,6 @@ Add a dependency to the `<dependencies>` element. Note that you need to use the
381381

382382
## Building
383383

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-
393384
The project requires JDK 8 to build classes and to run tests.
394385
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.
395386
The path to JDK 8 can be additionally specified with the environment variable `JDK_8`.

thirdparty/date

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)