We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c603b8 commit 3d96310Copy full SHA for 3d96310
CardForm/build.gradle
@@ -1,6 +1,7 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'maven'
3
apply plugin: 'signing'
4
+apply plugin: 'io.codearte.nexus-staging'
5
6
android {
7
compileSdkVersion 22
@@ -54,6 +55,10 @@ signing {
54
55
sign configurations.archives
56
}
57
58
+nexusStaging {
59
+ packageGroup = "com.braintreepayments"
60
+}
61
+
62
def sonatypeUsername = System.properties.containsKey('sonatypeUsername') ? System.properties['sonatypeUsername'] : ''
63
def sonatypePassword = System.properties.containsKey('sonatypePassword') ? System.properties['sonatypePassword'] : ''
64
0 commit comments