From acef5edcd61e3fb9f5e5cf01e9c3886c27df1056 Mon Sep 17 00:00:00 2001 From: Robert S Date: Sat, 26 Apr 2014 16:47:28 -0400 Subject: [PATCH] Format fix in build script --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 2bea62782..a367c0ed8 100644 --- a/build.gradle +++ b/build.gradle @@ -127,9 +127,10 @@ task apiZip(type: Zip) { destinationDir = file 'output' } - subprojects { +subprojects { sourceSets.main.compileClassPath += rootProject.sourceSets.api.output - } +} + artifacts { archives apiZip }