aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTechnus <daniel112092@gmail.com>2019-07-23 11:19:53 +0200
committerTechnus <daniel112092@gmail.com>2019-07-23 11:19:53 +0200
commit371249f1920a64cae74722adac1e9275d30133d7 (patch)
tree976c996d48cbf60edf096d7a215d034f49792cba /build.gradle
parent9803b3b60b28efdcd1322090b4d734e2ca60f9a6 (diff)
downloadGT5-Unofficial-371249f1920a64cae74722adac1e9275d30133d7.tar.gz
GT5-Unofficial-371249f1920a64cae74722adac1e9275d30133d7.tar.bz2
GT5-Unofficial-371249f1920a64cae74722adac1e9275d30133d7.zip
Add names and symbols for neutron, proton
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'
}