Make the new build.gradle non-invasive. To be updated later
diff --git a/tools/cli/.gitignore b/tools/cli/.gitignore
index 0904ca7..380e9ad 100755
--- a/tools/cli/.gitignore
+++ b/tools/cli/.gitignore
@@ -1,3 +1,2 @@
 default.props
-build
-.project
\ No newline at end of file
+build
\ No newline at end of file
diff --git a/tools/cli/.project b/tools/cli/.project
new file mode 100644
index 0000000..3636b7b
--- /dev/null
+++ b/tools/cli/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>cli</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.python.pydev.PyDevBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.python.pydev.pythonNature</nature>
+	</natures>
+</projectDescription>