I have a quite strange issue in my build and I'm not sure if it is a bug in Gradle, a bug in my build configuration or both.
I'm talking about the build of https://github.com/huxi/lilith The main build configuration is located in the file https://github.com/huxi/lilith/blob/master/config.gradle (Note: If you want to build this project you have to build https://github.com/huxi/sulky first) I apply 'base' to the root project and 'java' & 'maven' to all subprojects. The problem is that I have some sub-directories that don't contain java code but sub-directories with code, instead. Those directories are 'lilith-data', 'logback', 'log4j' and 'jul'. My problem is that artifacts for those directories are created even though they are not contained in settings.gradle. This is also the reason I had to add them to the artifactMapping map. How can I prevent the creation of those artifacts? Do I have to configure all modules manually instead of using "subprojects"? That would be quite awful. The only idea that I have right now is manually deleting the superfluous artifacts before executing the syncStaging task. I'd still like to be able to execute gradle in one of those directories so all contained subprojects are built. Any ideas? Is this a known issue or did I misconfigure/misuse something? Cheers, Joern. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
