Skip to content

Commit

Permalink
[#1]✅Test: 배포테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
sumin220 committed Nov 20, 2024
1 parent 1bfcaca commit f1c10c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ tasks.named("jar") {
enabled = false
}

tasks.register('copyExternalProperties', Copy) {
from "./config"
include "*.yml"
into "src/main/resources"
}
//tasks.register('copyExternalProperties', Copy) {
// from "./config"
// include "*.yml"
// into "src/main/resources"
//}

processResources.dependsOn('copyExternalProperties')
processTestResources.dependsOn('copyExternalProperties')
Expand Down

0 comments on commit f1c10c9

Please sign in to comment.