jitpack.io icon indicating copy to clipboard operation
jitpack.io copied to clipboard

Building with git submodules

Open andrewtoth opened this issue 8 years ago • 4 comments

Jitpack doesn't seem to work with projects that use submodules. Is this something that you are working on? It seems like it could be implemented with just a line git clone --recursive.

andrewtoth avatar Nov 14 '17 17:11 andrewtoth

Hi @andrewtoth

JitPack should already be doing that. First it checks out your repository at specific tag/commit and then updates submodules. Is there are a repository where this isn't happening?

jitpack-io avatar Dec 03 '17 10:12 jitpack-io

Can we have an option to disable submodules ?

wumo avatar Sep 25 '20 09:09 wumo

Hi @andrewtoth

JitPack should already be doing that. First it checks out your repository at specific tag/commit and then updates submodules. Is there are a repository where this isn't happening?

Ya, Check : https://github.com/Baneeishaque/Android-Common-Utils16

Baneeishaque avatar Apr 08 '21 10:04 Baneeishaque

Or https://github.com/zenuevo/simkit

Nothing in the logs indicates that submodules are updated.

kastork avatar Apr 11 '23 00:04 kastork