Added ntcore sources zip to the main build

Change-Id: I7760ebb86c5493d5d9bc3ef9b9def02bcfb7216c
This commit is contained in:
Fredric Silberberg
2015-12-24 14:42:09 -05:00
parent 554543c5d0
commit d8de5e4f19

View File

@@ -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'