From b97f19bea867c762edb4a89afc26f0daf790eccb Mon Sep 17 00:00:00 2001 From: Cisien Date: Thu, 25 Sep 2014 22:47:49 -0700 Subject: [PATCH] Exclude APIs from the final jar build --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 874a9558a..3998d45ce 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ compileJava { exclude("appeng/api/integration/*") exclude("appeng/integration/modules/helpers/dead/**") exclude("appeng/integration/modules/dead/**") -// exclude("appeng/fmp/**") +// exclude("appeng/fmp/**") } @@ -113,6 +113,7 @@ sourceSets { java { srcDirs += 'src/main/java/' + exclude("src/api/**") } resources {