Skip to content

Commit

Permalink
Fix "Entry spring-app-example-refs/heads/master/lib/master.jar is a d…
Browse files Browse the repository at this point in the history
…uplicate but no duplicate handling strategy has been set"

Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed May 10, 2023
1 parent 05d9de3 commit 206d146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spring-app-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

jar {
enabled = true
enabled = false
}

shadowJar {
Expand Down

0 comments on commit 206d146

Please sign in to comment.