Skip to content

Commit 13594df

Browse files
committed
[temp] rest5 client release
1 parent 2a7b7a5 commit 13594df

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,12 @@ tasks.register<Task>(name = "publishForMavenCentral") {
9090
group = "Publishing"
9191
description = "Publishes artifacts to Maven Central"
9292
dependsOn(
93-
":java-client:publishAllPublicationsToBuildRepository",
94-
":java-client:generateLicenseReport",
95-
":java-client:publishToSonatype",
93+
// ":java-client:publishAllPublicationsToBuildRepository",
94+
// ":java-client:generateLicenseReport",
95+
// ":java-client:publishToSonatype",
96+
":rest5-client:publishAllPublicationsToBuildRepository",
97+
":rest5-client:generateLicenseReport",
98+
":rest5-client:publishToSonatype",
9699
"closeAndReleaseStagingRepositories",
97100
)
98101
doLast {

0 commit comments

Comments
 (0)