diff options
author | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-12 20:57:06 +0100 |
---|---|---|
committer | Johann Bernhardt <johann.bernhardt@tum.de> | 2021-12-12 20:57:06 +0100 |
commit | 4811fcee11618186577744a3dfa204e88825cfc9 (patch) | |
tree | 9f55886c5033e7cd3f1ff0b295b585ef140088bf | |
parent | b69a60edc75b8a525d64590e1c9416d7942659fa (diff) | |
download | GT5-Unofficial-4811fcee11618186577744a3dfa204e88825cfc9.tar.gz GT5-Unofficial-4811fcee11618186577744a3dfa204e88825cfc9.tar.bz2 GT5-Unofficial-4811fcee11618186577744a3dfa204e88825cfc9.zip |
Attempt #3
-rw-r--r-- | addon.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon.gradle b/addon.gradle index 95eb3194c2..18665018d5 100644 --- a/addon.gradle +++ b/addon.gradle @@ -5,7 +5,7 @@ sourceSets.main { task initAVRcore(type: Exec) { description = "Updates (and inits) git submodules" group = "Build Setup" - commandLine("git", "--git-dir=\"" + projectDir.toString() + "/.git\"", "submodule", "update", "--init", "--recursive", "--remote") + commandLine("cmd", "git", "--git-dir=\"" + projectDir.toString() + "/.git\"", "submodule", "update", "--init", "--recursive", "--remote") } tasks.setupCIWorkspace.dependsOn initAVRcore |