Skip to content

Commit 3e66fdf

Browse files
Chang-EricDagger Team
authored andcommitted
Add developer information to the Hilt Gradle Plugin POM
RELNOTES=n/a PiperOrigin-RevId: 783852388
1 parent 07c2d73 commit 3e66fdf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

java/dagger/hilt/android/plugin/main/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ def addPomTemplate(pom) {
249249
name = 'Google, Inc.'
250250
url = 'https://www.google.com'
251251
}
252+
pom.developers {
253+
developer {
254+
organization = 'Google, Inc.'
255+
organizationUrl = 'https://www.google.com'
256+
}
257+
}
252258
pom.withXml {
253259
def projectNode = asNode()
254260
// Adds:

tools/maven/pom-template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<developers>
5858
<developer>
59-
<organization>Google</organization>
59+
<organization>Google, Inc.</organization>
6060
<organizationUrl>http://www.google.com</organizationUrl>
6161
</developer>
6262
</developers>

0 commit comments

Comments
 (0)