aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages.gradle b/packages.gradle
index d1e558d1..3d499c6b 100644
--- a/packages.gradle
+++ b/packages.gradle
@@ -233,6 +233,12 @@ def genTasks = { target ->
errorOutput devNull
standardOutput devNull
}
+ exec {
+ workingDir "$DL_DIR/${dir}"
+ commandLine "git submodule update --init".split()
+ errorOutput devNull
+ standardOutput devNull
+ }
delete("${DL_DIR}/${dir}/.git")
exec {
workingDir DL_DIR