Skip to content

Commit

Permalink
adds duplicate strategy (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg-builder authored May 1, 2023
1 parent d4d22f3 commit 2717123
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions helper/tests/codegen-110/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-111/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-14/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-15/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-16/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why these must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-18/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down
1 change: 1 addition & 0 deletions helper/tests/codegen-19/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jar {
//resource generation output. has to be explicitly included in the jar because
//"processResources" ran before this was generated
from "$buildDir/generated/resources"
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

//TODO - figure out why this must be done manually
Expand Down

0 comments on commit 2717123

Please sign in to comment.