Skip to content

Commit 9c7f4da

Browse files
committed
fix maven publish 2
1 parent 10fd03a commit 9c7f4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ tasks.register<Task>(name = "publishForMavenCentral") {
8585
dependsOn(
8686
":java-client:publishAllPublicationsToBuildRepository",
8787
":java-client:generateLicenseReport",
88-
":publishToSonatype",
89-
":closeAndReleaseStagingRepositories",
88+
tasks.getByName("publishToSonatype"),
89+
tasks.getByName("closeAndReleaseStagingRepositories"),
9090
)
9191
doLast {
9292
val version = this.project.version.toString()

0 commit comments

Comments
 (0)