Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Bernhardt committed Dec 12, 2021
1 parent 4811fce commit cb309b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sourceSets.main {
task initAVRcore(type: Exec) {
description = "Updates (and inits) git submodules"
group = "Build Setup"
commandLine("cmd", "git", "--git-dir=\"" + projectDir.toString() + "/.git\"", "submodule", "update", "--init", "--recursive", "--remote")
commandLine 'git', '--git-dir="' + projectDir.toString() + '\\.git"', 'submodule', 'update', '--init', '--recursive', '--remote'
}

tasks.setupCIWorkspace.dependsOn initAVRcore
Expand Down

0 comments on commit cb309b4

Please sign in to comment.