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 79a06d3 commit e61e170Copy full SHA for e61e170
build.gradle
@@ -45,6 +45,16 @@ repositories {
45
url "https://oss.sonatype.org/content/repositories/snapshots"
46
}
47
48
+ /* Allow staging references for last pre-release testing. */
49
+ if (project.properties.containsKey("sonatypeUsername")) {
50
+ maven {
51
+ url "https://oss.sonatype.org/service/local/staging/deploy/maven2"
52
+ credentials {
53
+ username = project.properties["sonatypeUsername"]
54
+ password = project.properties["sonatypePassword"]
55
+ }
56
57
58
59
60
/*
0 commit comments