File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -49,51 +49,8 @@ signing {
4949 sign configurations. archives
5050}
5151
52- uploadArchives {
53- repositories {
54- mavenDeployer {
55- beforeDeployment { MavenDeployment deployment -> signing. signPom(deployment) }
56-
57- repository(url : " https://oss.sonatype.org/service/local/staging/deploy/maven2/" ) {
58- authentication(userName : project. properties. ossrhUsername, password : project. properties. ossrhPassword)
59- }
60-
61- snapshotRepository(url : " https://oss.sonatype.org/content/repositories/snapshots/" ) {
62- authentication(userName : project. properties. ossrhUsername, password : project. properties. ossrhPassword)
63- }
64-
65- pom. project {
66- name ' WordPress-Utils-Android'
67- packaging ' aar'
68- description ' Utils lib for WordPress-Android'
69- url ' https://github.com/wordpress-mobile/WordPress-Utils-Android'
70- scm {
71- connection ' scm:git:https://github.com/wordpress-mobile/WordPress-Utils-Android.git'
72- developerConnection ' scm:git:https://github.com/wordpress-mobile/WordPress-Utils-Android.git'
73- url ' https://github.com/wordpress-mobile/WordPress-Utils-Android'
74- }
75-
76- licenses {
77- license {
78- name ' The MIT License (MIT)'
79- url ' http://opensource.org/licenses/MIT'
80- }
81- }
82-
83- developers {
84- developer {
85- id ' maxme'
86- name ' Maxime Biais'
87- email ' maxime@automattic.com'
88- }
89- }
90- }
91- }
92- }
93- }
9452
9553android. libraryVariants. all { variant ->
96-
9754 task(" generate${ variant.name} Javadoc" , type : Javadoc ) {
9855 description " Generates Javadoc for $variant . name . "
9956 source = variant. javaCompile. source
You can’t perform that action at this time.
0 commit comments