From 7bddd4002b6b2134088941651425122f0f6c90f5 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Tue, 3 Nov 2015 07:06:50 -0800 Subject: [PATCH] Add doc for file(). --- documentation/index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/index.html b/documentation/index.html index 552da89..a3da15d 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -192,7 +192,14 @@ dependenciesTest { compile("org.testng:testng:6.9.5") } - +

+ You can also specify local dependencies with the file directive: +

+
+dependencies {
+    compile(file("libs/async-http.jar"))
+}
+

Maven repos