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 a26fd82 commit 696617a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ task copyGitSubmodule(type: Copy) {
into './src/main/resources'
}

processResources {
dependsOn copyGitSubmodule
}

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

0 comments on commit 696617a

Please sign in to comment.