Skip to content

Commit

Permalink
Submodule 사용 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Dec 9, 2023
1 parent 065759f commit a26fd82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ tasks.named('test') {
useJUnitPlatform()
}

task copyGitSubmodule(type: Copy) {
from './server-config'
include '*.yml'
into './src/main/resources'
}

// plan jar 생성 방지
jar {
enabled = false
Expand Down

0 comments on commit a26fd82

Please sign in to comment.