Skip to content

Commit a306f84

Browse files
committed
Attempt to not publish docs to central
Signed-off-by: Chris Bono <[email protected]>
1 parent bd177cd commit a306f84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spring-pulsar-docs/spring-pulsar-docs.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,11 @@ publishing {
104104
artifactoryPublish {
105105
publications(publishing.publications.mavenJava)
106106
}
107+
108+
tasks.withType(PublishToMavenRepository).configureEach {
109+
enabled = false
110+
}
111+
112+
tasks.withType(PublishToMavenLocal).configureEach {
113+
enabled = false
114+
}

0 commit comments

Comments
 (0)