Skip to content

Commit

Permalink
Publish to s01 on sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
rschev committed Dec 6, 2023
1 parent 1283ea4 commit 8ee8bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ publishing {
repositories {
if (version.version.isSignificant()) {
sonatypeMavenCentral {
url = "https://s01.oss.sonatype.org/service/local/"
credentials {
username = project.findProperty('sonatype_username')
password = project.findProperty('sonatype_password')
}
}
} else {
sonatypeSnapshots {
url = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
credentials {
username = project.findProperty('sonatype_username')
password = project.findProperty('sonatype_password')
Expand Down

0 comments on commit 8ee8bb8

Please sign in to comment.