()
| 32 | check_call(mgen_cmd + project + ' plugin_paths="' + plug_paths + '" output_path="' + outPath + '" use_env_vars="false"', cwd=workingDir, shell=True) |
| 33 | |
| 34 | def getCommitDateString(): |
| 35 | return os.popen("git show -s --format=%ci").read().rstrip() |
| 36 | |
| 37 | def createVersionFiles(): |
| 38 | def createJavaVersionFile2(project, version): |
no test coverage detected