From 8582131b804e347599da03d8cbbd1e039e52b170 Mon Sep 17 00:00:00 2001 From: Sanne Grinovero Date: Tue, 13 Feb 2018 22:14:24 +0000 Subject: [PATCH] HCANN-84 Declare a Jigsaw module name: org.hibernate.commons.annotations --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index c67bce8..f784208 100644 --- a/build.gradle +++ b/build.gradle @@ -112,6 +112,9 @@ jar { instruction 'Bundle-Vendor', 'Hibernate.org' + // Java 9 module name + instruction 'Automatic-Module-Name', 'org.hibernate.commons.annotations' + OsgiManifestPackagingInfo.buildInfo( project ).applyTo( manifest ) instruction 'Implementation-Url', 'http://hibernate.org'