diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 13:51:17 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-11-16 13:51:17 +0200 |
| commit | 00d136d19774c6856de553ce955c92feb6be92a4 (patch) | |
| tree | a3565489f68449302b91d4ebb44cd7f8ab84a598 /Software/Android_Studio | |
| parent | 914f4db513477d9aff726546bac47545195a3e37 (diff) | |
| download | Tango-00d136d19774c6856de553ce955c92feb6be92a4.tar.gz Tango-00d136d19774c6856de553ce955c92feb6be92a4.zip | |
Fixed android build PMR event after folder rename.
Diffstat (limited to 'Software/Android_Studio')
| -rw-r--r-- | Software/Android_Studio/Tango.PMR/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Android_Studio/Tango.PMR/build.gradle b/Software/Android_Studio/Tango.PMR/build.gradle index 8fc6f67db..d65ec1a97 100644 --- a/Software/Android_Studio/Tango.PMR/build.gradle +++ b/Software/Android_Studio/Tango.PMR/build.gradle @@ -37,7 +37,7 @@ dependencies { task createPMR(type: Exec, description: 'Update all PMR files') { - commandLine '..\\Visual Studio\\Build\\Debug\\proto-tc.exe', '-i', '..\\..\\PMR\\Messages', '-o', 'src\\main\\java', '-l', 'Java' + commandLine '..\\Visual_Studio\\Build\\Debug\\proto-tc.exe', '-i', '..\\..\\PMR\\Messages', '-o', 'src\\main\\java', '-l', 'Java' ext.output = { return standardOutput.toString() |
