Skip to content

Commit

Permalink
✨ feat: yml 파일 Copy 스크립트 추가 [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-heejin committed Dec 2, 2023
1 parent 5593cb4 commit 9b3156d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ tasks.withType<Test> {
useJUnitPlatform()
}

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

0 comments on commit 9b3156d

Please sign in to comment.