Skip to content

Commit

Permalink
Set Java9 Automatic-Module-Name (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick authored and tumbarumba committed Nov 23, 2018
1 parent f7ccf59 commit 58df80d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ out/
*.iws
*.ipr
*.iml
.classpath
.gradle
.project
.settings/
gradle.properties
release-key.asc
grade-wrapper.properties
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 58df80d

Please sign in to comment.