diff --git a/build.gradle b/build.gradle index c1f437f434..180888ec3d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,5 @@ -subprojects { +// Exclude apps/ dir itself, but include its subdirs +configure(subprojects - project(':apps')) { apply plugin: 'java' apply plugin: 'eclipse' apply plugin: 'idea'