Skip to content

Commit 3d96310

Browse files
committed
Add nexus-staging plugin
1 parent 8c603b8 commit 3d96310

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CardForm/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33
apply plugin: 'signing'
4+
apply plugin: 'io.codearte.nexus-staging'
45

56
android {
67
compileSdkVersion 22
@@ -54,6 +55,10 @@ signing {
5455
sign configurations.archives
5556
}
5657

58+
nexusStaging {
59+
packageGroup = "com.braintreepayments"
60+
}
61+
5762
def sonatypeUsername = System.properties.containsKey('sonatypeUsername') ? System.properties['sonatypeUsername'] : ''
5863
def sonatypePassword = System.properties.containsKey('sonatypePassword') ? System.properties['sonatypePassword'] : ''
5964

0 commit comments

Comments
 (0)