Skip to content

Commit

Permalink
Start with Automatic-Module-Name, #171
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Aug 15, 2021
1 parent 0963647 commit ca75f3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions thymeleaf-layout-dialect/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ groovydoc {
link('http://www.thymeleaf.org/apidocs/thymeleaf/3.0.12.RELEASE/', 'org.thymeleaf.')
}

jar {
manifest {
attributes('Automatic-Module-Name': 'nz.net.ultraq.thymeleaf.layoutdialect')
}
}

distributions {
main {
contents {
Expand Down

0 comments on commit ca75f3b

Please sign in to comment.