Skip to content

Commit

Permalink
Change DuplicatesStrategy from EXCLUDE to INHERIT
Browse files Browse the repository at this point in the history
  • Loading branch information
georgecao committed Mar 18, 2022
1 parent ac58d7e commit 8f7b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jbake-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

processResources {
from("src/main/resources") {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
duplicatesStrategy = DuplicatesStrategy.INHERIT
include 'default.properties'
expand jbakeVersion: project.version,
timestamp: grgit.head().dateTime.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss'['VV']'")),
Expand Down

0 comments on commit 8f7b8be

Please sign in to comment.