diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2585820..09d00ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,7 @@ url = https://git.busybox.net/busybox branch = 1_36_stable shallow = true +[submodule "software/jdk8u"] + path = software/jdk8u + url = https://github.com/openjdk/jdk8u + shallow = true |