We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ccf59 commit 58df80dCopy full SHA for 58df80d
.gitignore
@@ -9,7 +9,10 @@ out/
9
*.iws
10
*.ipr
11
*.iml
12
+.classpath
13
.gradle
14
+.project
15
+.settings/
16
gradle.properties
17
release-key.asc
18
grade-wrapper.properties
build.gradle
@@ -28,7 +28,8 @@ subprojects {
28
manifest {
29
attributes 'Implementation-Title': project.name,
30
'Implementation-Vendor': 'hamcrest.org',
31
- 'Implementation-Version': version
+ 'Implementation-Version': version,
32
+ 'Automatic-Module-Name': 'org.hamcrest'
33
instruction 'Import-Package', '''javax.xml.namespace; resolution:=optional,
34
javax.xml.xpath; resolution:=optional,
35
org.w3c.dom; resolution:=optional,
0 commit comments