Skip to content

Commit

Permalink
build.grade 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Mar 12, 2023
1 parent 47d83db commit 872c072
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 @@ -49,6 +49,6 @@ tasks.named('test') {

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

0 comments on commit 872c072

Please sign in to comment.