diff --git a/build.gradle b/build.gradle index 46d806eaa..363574545 100644 --- a/build.gradle +++ b/build.gradle @@ -86,6 +86,13 @@ jacocoTestReport { check.dependsOn jacocoTestReport +// jar with automatic module name: +jar { + manifest { + attributes('Automatic-Module-Name': 'com.google.api.apicommon') + } +} + // Source jar // ----------