Skip to content

Commit

Permalink
fix: Automatic-Module-Name in manifest (refs #89) (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre authored Mar 3, 2025
1 parent 2b57f3c commit 9fabeab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ apply plugin: "org.wiremock.tools.gradle.wiremock-extension-convention"

group 'org.wiremock.integrations'

jar {
manifest {
attributes 'name': project.name
attributes 'Automatic-Module-Name': project.group + "." + project.name
}
}

// Because older version is set in wiremock-extension-convention
def wiremockVersion = "3.12.0"

Expand Down

0 comments on commit 9fabeab

Please sign in to comment.