Skip to content

Commit

Permalink
Exclude Java 22 classes from being embedded in the standalone JAR (vi…
Browse files Browse the repository at this point in the history
…a Jackson) so that this doesn't break the shadow plugin
  • Loading branch information
tomakehurst committed Dec 2, 2024
1 parent d7e95ac commit 1b0076c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wiremock-grpc-extension-standalone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ shadowJar {
exclude 'META-INF/maven/**'
exclude 'META-INF/versions/17/**'
exclude 'META-INF/versions/21/**'
exclude 'META-INF/versions/22/**'
exclude 'module-info.class'
exclude 'handlebars-*.js'
}
Expand Down

0 comments on commit 1b0076c

Please sign in to comment.