Don't make the apps/ dir itself a Gradle Java project

This commit is contained in:
str4d
2017-11-27 01:34:15 +00:00
parent e011d60987
commit 36a313cc30

View File

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