Skip to content

Commit e4f6910

Browse files
committed
fix publication
1 parent 11c7109 commit e4f6910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ tasks.withType(Sign).configureEach {
118118

119119
afterReleaseBuild {
120120
dependsOn = [
121-
'publishToSonatype',
121+
'publishMavenPublicationToSonatypeRepository',
122122
'closeAndReleaseSonatypeStagingRepository',
123123
publishPlugins]
124124
doLast {

0 commit comments

Comments
 (0)