Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
- copyGitSubmodule을 tasks.register로 수정
  • Loading branch information
gourderased committed Nov 29, 2023
1 parent a81cbe7 commit 2c6e01a
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 @@ -33,7 +33,7 @@ dependencies {
}

processResources.dependsOn('copyGitSubmodule')
task copyGitSubmodule(type: Copy) {
tasks.register('copyGitSubmodule', Copy) {
from './config'
include '*.yml'
into 'src/main/resources'
Expand Down

0 comments on commit 2c6e01a

Please sign in to comment.