Skip to content

Commit 65eff6d

Browse files
committed
remove unused gradle config
1 parent 8b2c1d1 commit 65eff6d

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

WordPressUtils/build.gradle

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff 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

9553
android.libraryVariants.all { variant ->
96-
9754
task("generate${variant.name}Javadoc", type: Javadoc) {
9855
description "Generates Javadoc for $variant.name."
9956
source = variant.javaCompile.source

0 commit comments

Comments
 (0)