diff --git a/build.gradle b/build.gradle index 710b3de..dbd3bd6 100644 --- a/build.gradle +++ b/build.gradle @@ -40,6 +40,7 @@ if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != n publishingType = System.getenv('PUBLISHING_TYPE') != "" ? System.getenv('PUBLISHING_TYPE') : "USER_MANAGED" } + allowEmptyAggregation = true publishAllProjectsProbablyBreakingProjectIsolation() } }