Skip to content

Commit d3d3ca1

Browse files
committed
publish task for rest5client
1 parent 11b98bf commit d3d3ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ tasks.register<Task>(name = "publishForMavenCentral") {
9393
":java-client:publishAllPublicationsToBuildRepository",
9494
":java-client:generateLicenseReport",
9595
":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)