Skip to content

Commit

Permalink
Turn on closing and releasing of repository with jreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema committed Feb 14, 2024
1 parent e880494 commit de54c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jreleaser {
active = Active.ALWAYS
url = "https://aws.oss.sonatype.org/service/local"
snapshotUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots"
closeRepository.set(false)
releaseRepository.set(false)
closeRepository.set(true)
releaseRepository.set(true)
stagingRepositories.add("${rootProject.buildDir}/staging")
}
}
Expand Down

0 comments on commit de54c68

Please sign in to comment.