Skip to content

Commit 260b778

Browse files
committed
fix ci issue
1 parent 46dbf9c commit 260b778

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

publishing-plugins/src/main/kotlin/mvn-publish.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@ tasks.getByName("publishToSonatype") {
130130
dependsOn("publish")
131131
}
132132

133+
tasks.getByName("publishTestPublicationToSonatypeRepository") {
134+
dependsOn("publish")
135+
}
136+

0 commit comments

Comments
 (0)