aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 401720ebb4..be661517e1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,7 +110,7 @@ task getGregTech(type: Download) {
task submodulesUpdate(type: Exec) {
description 'Updates (and inits) git submodules'
- commandLine 'git', 'submodule', 'update', '--init', '--recursive'
+ commandLine 'git', 'submodule', 'update', '--init', '--recursive','--remote'
group 'Build Setup'
}