Skip to content

Commit

Permalink
fix: 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Haewonny committed Mar 19, 2024
1 parent 77cb28c commit 1fcf9b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,10 @@ sourceSets{
srcDirs 'src/main/resources'
}
}
}

tasks {
processResources {
duplicatesStrategy = org.gradle.api.file.DuplicatesStrategy.INCLUDE
}
}

0 comments on commit 1fcf9b1

Please sign in to comment.