From 246b293353216fb9e9a7dd1adc8696794ccbcccc Mon Sep 17 00:00:00 2001 From: frosch95 Date: Fri, 29 Aug 2014 02:16:05 +0200 Subject: [PATCH] copy plugins folder into installed app and zip --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 7736c95..b1f8958 100644 --- a/build.gradle +++ b/build.gradle @@ -77,4 +77,8 @@ run.doFirst { from 'build/resources/main/META-INF/beans.xml' into 'build/classes/main/META-INF/' } +} + +applicationDistribution.from("plugins") { + into "plugins" } \ No newline at end of file