Skip to content

Commit

Permalink
Test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
molekyla committed May 28, 2024
1 parent f2c53a8 commit 8cf66a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ signing {
nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/"))
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots/"))
nexusUrl.set(uri("https://oss.sonatype.org/service/local/staging/deploy/maven2"))
snapshotRepositoryUrl.set(uri("https://oss.sonatype.org/content/repositories/snapshots"))
username.set(project.properties["ossrhUsername"].toString())
password.set(project.properties["ossrhPassword"].toString())
}
Expand Down

0 comments on commit 8cf66a7

Please sign in to comment.