From ec0e0307ce015e496dd30255945e7327bb226d74 Mon Sep 17 00:00:00 2001 From: Robert S Date: Sat, 26 Apr 2014 16:51:48 -0400 Subject: [PATCH] . --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index a367c0ed8..436acd862 100644 --- a/build.gradle +++ b/build.gradle @@ -100,6 +100,7 @@ allprojects { subprojects { archivesBaseName = "${System.getenv().JOB_NAME}" + sourceSets.main.compileClassPath += rootProject.sourceSets.api.output dependencies { compile rootProject } @@ -126,10 +127,6 @@ task apiZip(type: Zip) { include 'resonantinduction/api/**' destinationDir = file 'output' } - -subprojects { - sourceSets.main.compileClassPath += rootProject.sourceSets.api.output -} artifacts { archives apiZip