Skip to content

Commit

Permalink
copyGitSubmodule from 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHoYoon committed Dec 9, 2023
1 parent b28ef45 commit 78c97fb
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 @@ -88,7 +88,7 @@ tasks.named('test') {
}

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

0 comments on commit 78c97fb

Please sign in to comment.