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 22, 2023
1 parent 241fee2 commit d337275
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions spi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,6 @@ 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 d337275

Please sign in to comment.