# HG changeset patch # User smith@nwoca.org # Date 1380035738 -3600 # Node ID 998693eba42e689d1dead99bbe26ecba4af348e8 # Parent 23e24ef3cd6b227c8abb6cb7aee72957bb430201 handle stub subprojects which only contain other subprojects diff -r 23e24ef3cd6b -r 998693eba42e init.gradle --- a/init.gradle Fri Sep 13 23:50:53 2013 +0100 +++ b/init.gradle Tue Sep 24 16:15:38 2013 +0100 @@ -236,7 +236,7 @@ } - if ( thisProject.repositories.find { it.name == 'local' } ) { + if ( thisProject.repositories.find { it.name == 'local' } && thisProject.getTasksByName('uploadArchives',false) ) { uploadArchives { repositories { add thisProject.repositories.local