Maven Central publishing - set POM properties #10
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue