Skip to content

Commit

Permalink
try inject creds again via gradle directly
Browse files Browse the repository at this point in the history
  • Loading branch information
zmarkan committed May 31, 2024
1 parent f894f13 commit a3ed609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ nexusPublishing {
sonatype{
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
username = findProperty("SONATYPEUSERNAME")
password = findProperty("SONATYPEPASSWORD")
}
}
}

0 comments on commit a3ed609

Please sign in to comment.