diff --git a/.gitignore b/.gitignore index acfb9387..725179b2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,10 @@ out/ *.iws *.ipr *.iml +.classpath .gradle +.project +.settings/ gradle.properties release-key.asc grade-wrapper.properties diff --git a/build.gradle b/build.gradle index b5479eb6..fa054a28 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,8 @@ subprojects { manifest { attributes 'Implementation-Title': project.name, 'Implementation-Vendor': 'hamcrest.org', - 'Implementation-Version': version + 'Implementation-Version': version, + 'Automatic-Module-Name': 'org.hamcrest' instruction 'Import-Package', '''javax.xml.namespace; resolution:=optional, javax.xml.xpath; resolution:=optional, org.w3c.dom; resolution:=optional,