From d905494e10f806238faeb6dfd0f4ab85d85350e1 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 7 Apr 2017 12:31:55 -0700 Subject: [PATCH] Update collect() --- plug-ins/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug-ins/index.html b/plug-ins/index.html index c6e7063..5588091 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -522,7 +522,7 @@ The simplest way to install is either not specify anything in the install<
     install {
         collect(compileDependencies).forEach {
-            copy(it.absolutePath, to("deploy"))
+            copy(it.file.absolutePath, to("deploy"))
         }
     }