Skip to content

Commit 19730b0

Browse files
committed
temporarily disable plugin publication to portal (due to signing problem)
1 parent 8b618e5 commit 19730b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ afterReleaseBuild {
8989
dependsOn = [
9090
'publishMavenPublicationToSonatypeRepository',
9191
'closeAndReleaseSonatypeStagingRepository',
92-
publishPlugins]
92+
//publishPlugins
93+
]
9394
doLast {
9495
logger.warn "RELEASED $project.group:$project.name:$project.version"
9596
}

0 commit comments

Comments
 (0)