Skip to content

Commit fca2755

Browse files
committed
set flags back to true
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 4c71338 commit fca2755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ jreleaser {
236236
'maven-central' {
237237
active = 'ALWAYS'
238238
url = 'https://oss.sonatype.org/service/local'
239-
closeRepository = false
240-
releaseRepository = false
239+
closeRepository = true
240+
releaseRepository = true
241241
applyMavenCentralRules = true
242242
stagingRepository('../build/staging-deploy')
243243
}

0 commit comments

Comments
 (0)