Skip to content

Commit

Permalink
fix: Automatic-Module-Name in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Mar 2, 2025
1 parent 2b57f3c commit e61021c
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 e61021c

Please sign in to comment.