We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba81cfb commit 189132eCopy full SHA for 189132e
build.gradle.kts
@@ -16,3 +16,11 @@ subprojects {
16
17
apply(plugin = "org.jlleitschuh.gradle.ktlint")
18
}
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