We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c55472 commit 5880cdaCopy full SHA for 5880cda
client/build.gradle
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group 'io.dapr'
13
-version = '1.5.2'
+version = '1.5.3'
14
archivesBaseName = 'durabletask-client'
15
16
def grpcVersion = '1.59.0'
@@ -236,9 +236,8 @@ jreleaser {
236
'maven-central' {
237
active = 'ALWAYS'
238
url = 'https://oss.sonatype.org/service/local'
239
- snapshotUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
240
- closeRepository = true
241
- releaseRepository = true
+ closeRepository = false
+ releaseRepository = false
242
applyMavenCentralRules = true
243
stagingRepository('../build/staging-deploy')
244
0 commit comments