Skip to content

Commit 5880cda

Browse files
authored
Update build.gradle
Signed-off-by: salaboy <[email protected]>
1 parent 6c55472 commit 5880cda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

client/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group 'io.dapr'
13-
version = '1.5.2'
13+
version = '1.5.3'
1414
archivesBaseName = 'durabletask-client'
1515

1616
def grpcVersion = '1.59.0'
@@ -236,9 +236,8 @@ jreleaser {
236236
'maven-central' {
237237
active = 'ALWAYS'
238238
url = 'https://oss.sonatype.org/service/local'
239-
snapshotUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
240-
closeRepository = true
241-
releaseRepository = true
239+
closeRepository = false
240+
releaseRepository = false
242241
applyMavenCentralRules = true
243242
stagingRepository('../build/staging-deploy')
244243
}

0 commit comments

Comments
 (0)