Skip to content

Commit

Permalink
Fix broken Wrapper path
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev authored May 28, 2024
1 parent f64b5af commit 633c64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ wrapperUpgrade {
register("root") {
repo = "erichaagdev/erichaag.dev"
}
register("example-bootiful-builds") {
dir = "blog/posts/bootiful-builds-best-practices-spring-boot-gradle/example"
register("bootiful-builds-example-mightycon") {
dir = "blog/posts/bootiful-builds-best-practices-spring-boot-gradle/example-mightycon"
repo = "erichaagdev/erichaag.dev"
}
}
Expand Down

0 comments on commit 633c64b

Please sign in to comment.