Skip to content

Commit

Permalink
fix: thymeleaf layout plugin crashes with shadow jar
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 23, 2023
1 parent 0465ad1 commit 87ee280
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Fixed

- Fixed Thymeleaf layout plugin not working with shadow JAR.

## [0.1.1] - 2023-12-23

### Fixed
Expand Down
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ dependencies {
implementation 'org.kohsuke:github-api:1.318'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r'
implementation 'org.commonmark:commonmark:0.21.0'
}
}

// https://github.com/ultraq/thymeleaf-layout-dialect/issues/220#issuecomment-944874151
shadowJar {
mergeGroovyExtensionModules()
}

0 comments on commit 87ee280

Please sign in to comment.