Skip to content

Commit 7a04a8a

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Restore Automatic-Module-Name for guava-android. I accidentally dropped this when importing the PR to convert guava-jre to a full module.
Fixes #7813 RELNOTES=Restored `Automatic-Module-Name` for `guava-android`. I accidentally dropped this when importing the PR to convert `guava-jre` to a full module. PiperOrigin-RevId: 761093831
1 parent 001d501 commit 7a04a8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

android/guava/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@
6262
</plugin>
6363
<plugin>
6464
<artifactId>maven-jar-plugin</artifactId>
65+
<configuration>
66+
<archive>
67+
<manifestEntries>
68+
<Automatic-Module-Name>com.google.common</Automatic-Module-Name>
69+
</manifestEntries>
70+
</archive>
71+
</configuration>
6572
</plugin>
6673
<plugin>
6774
<extensions>true</extensions>

0 commit comments

Comments
 (0)