We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c347787 commit 883dd0dCopy full SHA for 883dd0d
gradle/maven.gradle
@@ -24,6 +24,10 @@ subprojects {
24
authentication(userName: rootProject.sonatypeUsername, password: rootProject.sonatypePassword)
25
}
26
27
+ snapshotRepository(url: 'https://oss.sonatype.org/content/repositories/snapshots/') {
28
+ authentication(userName: rootProject.sonatypeUsername, password: rootProject.sonatypePassword)
29
+ }
30
+
31
// Prevent datastamp from being appending to artifacts during deployment
32
uniqueVersion = false
33
0 commit comments