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 0000474 commit 0317f5aCopy full SHA for 0317f5a
configuration/publishing.gradle
@@ -17,6 +17,9 @@ apply plugin: 'maven'
17
apply plugin: 'signing'
18
apply plugin: 'maven-publish'
19
20
+version = project.ext.VERSION_NAME
21
+group = POM_GROUP
22
+
23
def getReleaseRepositoryUrl() {
24
return hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL :
25
"https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/"
0 commit comments