Skip to content

Commit 0317f5a

Browse files
ci: fix maven publishing (#1200)
1 parent 0000474 commit 0317f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration/publishing.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ apply plugin: 'maven'
1717
apply plugin: 'signing'
1818
apply plugin: 'maven-publish'
1919

20+
version = project.ext.VERSION_NAME
21+
group = POM_GROUP
22+
2023
def getReleaseRepositoryUrl() {
2124
return hasProperty('RELEASE_REPOSITORY_URL') ? RELEASE_REPOSITORY_URL :
2225
"https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/"

0 commit comments

Comments
 (0)