Skip to content

Commit

Permalink
🐛 fix: backend-config 폴더 경로 수정 [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-heejin committed Dec 2, 2023
1 parent 9b3156d commit d82ad03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks.withType<Test> {

tasks.withType<Copy> {
copy {
from("../backend-config")
from("./backend-config")
include("*.yml")
into("src/main/resources")
}
Expand Down

0 comments on commit d82ad03

Please sign in to comment.