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 8 additions and 7 deletions
Showing only changes of commit 79d7676233 - Show all commits

View file

@ -11,6 +11,10 @@ buildscript {
}
}
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}
allprojects {
repositories {
jcenter()
@ -23,10 +27,6 @@ allprojects {
}
}
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'
apply plugin: 'signing'

View file

@ -11,6 +11,10 @@ buildscript {
}
}
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}
allprojects {
repositories {
jcenter()
@ -23,9 +27,6 @@ allprojects {
}
}
plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
}
apply plugin: 'com.android.library'
apply plugin: 'maven-publish'