We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680d25a commit 793b1c3Copy full SHA for 793b1c3
1 file changed
build.gradle.kts
@@ -14,6 +14,7 @@ version = libs.versions.processor.get()
14
println("version: $version")
15
16
publishingCentral {
17
+ aggregateSubProjects = true
18
stagingDir = layout.buildDirectory.dir("staging")
19
deploymentDir = layout.buildDirectory.dir("deployment")
20
deploymentName = "base"
0 commit comments