Add allowEmptyAggregation to build.gradle

This commit is contained in:
2026-01-24 16:29:07 +06:00
committed by GitHub
parent 91f3516c8f
commit 4d9708b53f

View File

@@ -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" publishingType = System.getenv('PUBLISHING_TYPE') != "" ? System.getenv('PUBLISHING_TYPE') : "USER_MANAGED"
} }
allowEmptyAggregation = true
publishAllProjectsProbablyBreakingProjectIsolation() publishAllProjectsProbablyBreakingProjectIsolation()
} }
} }