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 29bd599 commit 119a879Copy full SHA for 119a879
plugins/graphql-kotlin-gradle-plugin/build.gradle.kts
@@ -48,6 +48,10 @@ tasks {
48
publish {
49
dependsOn(":graphql-kotlin-gradle-plugin:publishPlugins")
50
}
51
+ withType<PublishToMavenRepository> {
52
+ // explicitly disable maven-publish tasks
53
+ enabled = false
54
+ }
55
test {
56
systemProperty("graphQLKotlinVersion", project.version)
57
systemProperty("kotlinVersion", kotlinVersion)
0 commit comments