From d8de5e4f19e612e7102172c0dbf152ce82d3d63a Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Thu, 24 Dec 2015 14:42:09 -0500 Subject: [PATCH] Added ntcore sources zip to the main build Change-Id: I7760ebb86c5493d5d9bc3ef9b9def02bcfb7216c --- build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.gradle b/build.gradle index ce0e42dbb3..dc2b731ff4 100644 --- a/build.gradle +++ b/build.gradle @@ -233,4 +233,9 @@ task ntcoreSourceZip(type: Zip) { } } +// Empty task for build so that ntcoreSourceZip will be build when running ./gradlew build +task build + +build.dependsOn ntcoreSourceZip + apply from: 'publish.gradle'