Skip to content

Commit

Permalink
refactor: bootJar 이전에 copyDocument 실행으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Jan 13, 2025
1 parent abadb43 commit 5bf4b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ tasks.register('copyDocument', Copy) {
into file("src/main/resources/static/docs")
}

build {
bootJar {
dependsOn copyDocument
}

0 comments on commit 5bf4b04

Please sign in to comment.