Skip to content

Commit 58df80d

Browse files
nhojpatricktumbarumba
authored andcommitted
Set Java9 Automatic-Module-Name (#186)
1 parent f7ccf59 commit 58df80d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ out/
99
*.iws
1010
*.ipr
1111
*.iml
12+
.classpath
1213
.gradle
14+
.project
15+
.settings/
1316
gradle.properties
1417
release-key.asc
1518
grade-wrapper.properties

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ subprojects {
2828
manifest {
2929
attributes 'Implementation-Title': project.name,
3030
'Implementation-Vendor': 'hamcrest.org',
31-
'Implementation-Version': version
31+
'Implementation-Version': version,
32+
'Automatic-Module-Name': 'org.hamcrest'
3233
instruction 'Import-Package', '''javax.xml.namespace; resolution:=optional,
3334
javax.xml.xpath; resolution:=optional,
3435
org.w3c.dom; resolution:=optional,

0 commit comments

Comments
 (0)