Skip to content

Commit

Permalink
Updates SPI build gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Jan 13, 2025
1 parent e4d10c2 commit e5947a9
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 @@ -70,5 +70,13 @@ publishing {
}
repositories {
mavenLocal()
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"
}
}
}
}

0 comments on commit e5947a9

Please sign in to comment.