google-api-java-client-services
google-api-java-client-services copied to clipboard
Java Module support
The library module name keeps on changing every release because we're missing an Automatic-Module-Name
entry. Please update MANIFEST.MF
for all services.
See http://branchandbound.net/blog/java/2017/12/automatic-module-name/ for more information.
The ideal approach would be to add module-info.java
. Baring that, we should at least add Automatic-Module-Name
to the manifest file.
See https://github.com/googleapis/google-api-java-client/issues/1191 for a related discussion.
@ajaaym, can you please get someone to work on this?