From 031480cb69a1159689624ae1c694f27db1b1a860 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Mon, 27 Jun 2016 15:28:07 +0200
Subject: [PATCH] Up

---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 4418d7e..55605be 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ uploadArchives {
 }
 
 // Local installation task. 
-//'installDir' is property that should be defined with : "gradle installLocally -p /install/path"
+//'installDir' is property that should be defined with : "gradle installLocally -PinstallDir="/install/path""
 task installLocally(type: Copy){
     from installDist
     into project.hasProperty('installDir') ? file(project.getProperty('installDir')) : file('install')
-- 
GitLab