Skip to content

Commit

Permalink
Decoupling Snapshots for my v2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Feb 21, 2023
1 parent ebd4e81 commit 241fee2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ publishing {
name = 'staging'
url = "${rootProject.buildDir}/local-staging-repo"
}
maven {
name = "Snapshots" // optional target repository name
url = "https://aws.oss.sonatype.org/content/repositories/snapshots"
credentials {
username "$System.env.SONATYPE_USERNAME"
password "$System.env.SONATYPE_PASSWORD"
}
}
}
publications {
shadow(MavenPublication) { publication ->
Expand Down

0 comments on commit 241fee2

Please sign in to comment.