diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-07 18:49:50 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-07 18:49:50 +0100 |
commit | 70e923cb55dad341f66f7b0586538c93b38cd3fa (patch) | |
tree | 7460f43cd41bc322cb36c3f350e8f0dd5aeb9bac /.gitmodules | |
parent | b02e98ad03bfdf37cb17b56034168d4ad8638823 (diff) |
add minecraft server sources (WIP)
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 |