|
@@ -68,7 +68,7 @@ task copySources {
|
|
include "*.tmpl"
|
|
include "*.tmpl"
|
|
into file(buildDir)
|
|
into file(buildDir)
|
|
rename { fileName -> fileName.replace('.tmpl', '') }
|
|
rename { fileName -> fileName.replace('.tmpl', '') }
|
|
- expand(commentsRepoUrl: commentsRepoUrl, gitUsername: gitUsername, gitEmail: gitEmail, gitPassword: gitPassword)
|
|
|
|
|
|
+ expand(commentsRepoUrl: commentsRepoUrl, gitUsername: gitUsername, gitEmail: gitEmail, gitPassword: gitPassword, gitHost: gitHost)
|
|
}
|
|
}
|
|
|
|
|
|
copy {
|
|
copy {
|