Skip to content

Commit 78880cc

Browse files
committed
chore: revert close + release options
1 parent 0d3e2c4 commit 78880cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ configure<org.jreleaser.gradle.plugin.JReleaserExtension> {
148148
snapshotUrl = "https://central.sonatype.com/repository/maven-snapshots/"
149149
applyMavenCentralRules = true
150150
snapshotSupported = true
151-
closeRepository = false
152-
releaseRepository = false
151+
closeRepository = true
152+
releaseRepository = true
153153
stagingRepository(snapshotsRepoUrl.get().asFile.path)
154154
}
155155
}

0 commit comments

Comments
 (0)