We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d17fe commit c3c16fbCopy full SHA for c3c16fb
build.gradle
@@ -27,6 +27,7 @@ allprojects {
27
def releasesUrl = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
28
def snapshotRepositoryUrl = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")
29
30
+ name = "deploy"
31
url = releasesUrl
32
33
credentials {
0 commit comments