Skip to content

Commit 883dd0d

Browse files
author
Justin Ryan
committed
Add sonatype snapshot repository
1 parent c347787 commit 883dd0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/maven.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ subprojects {
2424
authentication(userName: rootProject.sonatypeUsername, password: rootProject.sonatypePassword)
2525
}
2626

27+
snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/') {
28+
authentication(userName: rootProject.sonatypeUsername, password: rootProject.sonatypePassword)
29+
}
30+
2731
// Prevent datastamp from being appending to artifacts during deployment
2832
uniqueVersion = false
2933

0 commit comments

Comments
 (0)