Maven Central publishing - set POM properties #10

Merged
akinwale merged 11 commits from maven-central-pom into master 2021-06-25 17:01:40 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 707557a752 - Show all commits

View file

@ -122,7 +122,7 @@ afterEvaluate {
release(MavenPublication) {
groupId 'io.lbry'
artifactId 'lbrysdk64'
version {{ args.version }}
version '{{ args.version }}'
if (project.plugins.findPlugin("com.android.library")) {
from components.release

View file

@ -122,7 +122,7 @@ afterEvaluate {
release(MavenPublication) {
groupId 'io.lbry'
artifactId 'lbrysdk32'
version {{ args.version }}
version '{{ args.version }}'
if (project.plugins.findPlugin("com.android.library")) {
from components.release