File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,13 @@ def configurePom(pom) {
4949 distribution = POM_LICENCE_DIST
5050 }
5151 }
52+
53+ pom. developers {
54+ developer {
55+ id = POM_DEVELOPER_ID
56+ name = POM_DEVELOPER_NAME
57+ }
58+ }
5259}
5360
5461publishing {
@@ -73,6 +80,7 @@ publishing {
7380 artifact (" deploy/javadoc.jar" ) {
7481 classifier ' javadoc'
7582 }
83+ configurePom(pom)
7684 }
7785 }
7886
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ POM_LICENCE_NAME=The 3-Clause BSD License
1515POM_LICENCE_URL =https://opensource.org/license/bsd-3-clause/
1616POM_LICENCE_DIST =repo
1717
18+ POM_DEVELOPER_ID =webrtc-sdk
19+ POM_DEVELOPER_NAME =webrtc-sdk
20+
1821RELEASE_REPOSITORY_URL =https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
1922SNAPSHOT_REPOSITORY_URL =https://s01.oss.sonatype.org/content/repositories/snapshots/
2023# Variables required to allow build.gradle to parse for publishing.
You can’t perform that action at this time.
0 commit comments