Skip to content

Commit 189132e

Browse files
committed
chore: add "allPublish" task
1 parent ba81cfb commit 189132e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,11 @@ subprojects {
1616

1717
apply(plugin = "org.jlleitschuh.gradle.ktlint")
1818
}
19+
20+
tasks.create("allPublish") {
21+
group = "publishing"
22+
23+
dependsOn(":graphql-kotlin-toolkit-codegen:publish")
24+
dependsOn(":graphql-kotlin-toolkit-spring-boot:publish")
25+
dependsOn(":graphql-kotlin-toolkit-gradle-plugin:publishPlugins")
26+
}

0 commit comments

Comments
 (0)