Skip to content

Commit

Permalink
Merge pull request #34 from Donut-DONationUTile/feat/common
Browse files Browse the repository at this point in the history
feat: setting submodule
  • Loading branch information
Kang1221 authored Feb 17, 2024
2 parents bcb5a99 + f5a5c7b commit a7c821e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ dependencyManagement {
//yml submodule
task copyYML(type: Copy){
copy{
from './Donut-Server-yml/src/main/resources'
from './Donut-Server-yml'
include "*.yml" , "*.json"
into './donut/src/main/resources'
into './src/main/resources'
}
}

Expand Down

0 comments on commit a7c821e

Please sign in to comment.