Skip to content

Commit

Permalink
SC-40: Prepare to publish 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
vkantchev committed Jan 17, 2024
1 parent 08f5573 commit bc129f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ configure(allprojects) {

nexusPublishing {
repositories {
// sonatype {
// nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
// snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
// }
sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
}
}
}

0 comments on commit bc129f5

Please sign in to comment.