Skip to content

Commit

Permalink
Add Snapshot maven repository (#942)
Browse files Browse the repository at this point in the history
* Backport #829 to 1.0 so that we can publish patch snapshots to our maven repository 
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 authored Jul 7, 2021
1 parent 34550c5 commit 8daa06f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ subprojects {
name = 'test'
url = "${rootProject.buildDir}/local-test-repo"
}
maven {
name = 'Snapshots'
url = 'https://aws.oss.sonatype.org/content/repositories/snapshots'
credentials {
username "$System.env.SONATYPE_USERNAME"
password "$System.env.SONATYPE_PASSWORD"
}
}
}
}
}
Expand Down

0 comments on commit 8daa06f

Please sign in to comment.