Use proper environment.Path

Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
This commit is contained in:
Francis ANDRE
2019-02-10 17:25:51 +01:00
parent 63f819fc6d
commit 8e432b3fbd

View File

@@ -926,7 +926,7 @@ task pocoDoc(type: Exec) {
dependsOn ':PocoDoc::assemble'
dependsOn PocoDocIni
if (os.windows) {
environment "Path", "$rootDir\\bin;$Path"
environment "Path", "$rootDir\\bin;$environment.Path"
println environment.Path
executable "PocoDoc/bin/PocoDoc.exe"