Skip to content

Commit be172b1

Browse files
committed
fix: Automatic-Module-Name in manifest (refs #89)
1 parent 2b57f3c commit be172b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ apply plugin: "org.wiremock.tools.gradle.wiremock-extension-convention"
2121

2222
group 'org.wiremock.integrations'
2323

24+
jar {
25+
manifest {
26+
attributes 'name': project.name
27+
attributes 'Automatic-Module-Name': project.group + "." + project.name
28+
}
29+
}
30+
2431
// Because older version is set in wiremock-extension-convention
2532
def wiremockVersion = "3.12.0"
2633

0 commit comments

Comments
 (0)