Skip to content

Commit 522dd7d

Browse files
committed
restore releases
1 parent 13594df commit 522dd7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ 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",
9696
":rest5-client:publishAllPublicationsToBuildRepository",
9797
":rest5-client:generateLicenseReport",
9898
":rest5-client:publishToSonatype",

0 commit comments

Comments
 (0)