We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b416b commit 08546e0Copy full SHA for 08546e0
1 file changed
build.gradle.kts
@@ -18,6 +18,7 @@ tasks.named("build") {
18
}
19
20
publishingCentral {
21
+ aggregateSubProjects = true
22
stagingDir = layout.buildDirectory.dir("staging")
23
deploymentDir = layout.buildDirectory.dir("deployment")
24
deploymentName = "parser"
0 commit comments