change position of plugins block

This commit is contained in:
Akinwale Ariwodola 2021-06-25 07:18:42 +01:00
parent 707557a752
commit 79d7676233
2 changed files with 8 additions and 7 deletions

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'