forked from I2P_Developers/i2p.i2p
Don't make the apps/ dir itself a Gradle Java project
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user