Skip to content

Commit 1b3ba0c

Browse files
committed
chore: add publishing modules
1 parent 9a5414a commit 1b3ba0c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

gradle/build-logic/src/main/kotlin/plugins/publishing.gradle.kts

+10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ nmcp {
3434
when (isRootProject) {
3535
true ->
3636
publishAggregation {
37+
project(":shared")
38+
project(":web:js")
39+
project(":web:wasm")
40+
project(":dep-mgmt:bom")
41+
project(":dep-mgmt:catalog")
42+
project(":meta:ksp:processor")
43+
project(":meta:compiler:plugin")
44+
project(":backend:jvm")
45+
project(":backend:data")
46+
project(":backend:profiling")
3747
username = findProperty("mavenCentralUser")?.toString() ?: Repo.MAVEN_CENTRAL_USER
3848
password = findProperty("mavenCentralPassword")?.toString() ?: Repo.MAVEN_CENTRAL_PASSWORD
3949
publicationType = "USER_MANAGED"

0 commit comments

Comments
 (0)