Skip to content

Commit 4d728e7

Browse files
ronshapiroeaftan
authored andcommitted
Set 'com.google.googlejavaformat' as automatic module name (google#257)
Details: http://branchandbound.net/blog/java/2017/12/automatic-module-name/ Fixes google#248 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=185913222
1 parent fff0337 commit 4d728e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@
143143
true
144144
</addDefaultImplementationEntries>
145145
</manifest>
146+
<manifestEntries>
147+
<Automatic-Module-Name>
148+
com.google.googlejavaformat
149+
</Automatic-Module-Name>
150+
</manifestEntries>
146151
</archive>
147152
</configuration>
148153
</plugin>

0 commit comments

Comments
 (0)