Skip to content

Commit

Permalink
Merge pull request #21 from manoelcampos/master
Browse files Browse the repository at this point in the history
Fix build issue
  • Loading branch information
paulschwarz authored May 10, 2023
2 parents 05d9de3 + 206d146 commit 5b8cb3b
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 5b8cb3b

Please sign in to comment.