Skip to content

Commit

Permalink
Merge branch 'feature/#16-create-reviewform' of https://github.com/dn…
Browse files Browse the repository at this point in the history
…d-side-project/dnd-11th-9-backend into feature/#16-create-reviewform
  • Loading branch information
heejjinkim committed Oct 8, 2024
2 parents c92c31c + 9e14338 commit 9a02648
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,11 @@ jar {
}
clean {
delete file('src/main/generated')
}

test {
testLogging {
events "failed"
exceptionFormat "full"
}
}

0 comments on commit 9a02648

Please sign in to comment.