I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 36a313cc authored by str4d's avatar str4d
Browse files

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

parent e011d609
No related branches found
No related tags found
No related merge requests found
subprojects { // Exclude apps/ dir itself, but include its subdirs
configure(subprojects - project(':apps')) {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'eclipse' apply plugin: 'eclipse'
apply plugin: 'idea' apply plugin: 'idea'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment