Skip to content

Commit

Permalink
Chore: copySubmodule *json 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
YooJisu826 committed Aug 11, 2024
1 parent c6721bd commit e0bff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
processResources.dependsOn('copyGitSubmodule')
task copyGitSubmodule(type: Copy) {
from './config'
include '*.yaml'
include '*.yaml', '*.json'
into 'src/main/resources'
}

Expand Down

0 comments on commit e0bff60

Please sign in to comment.