Skip to content

Commit

Permalink
This is stupid.
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 2, 2023
1 parent 432fe71 commit 3e57346
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ for (platform in property("enabledPlatforms").toString().split(',')) {
}

tasks {
withType<Copy> {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

processResources {
val commonProps by extra { mapOf(
"version" to project.version,
Expand All @@ -212,6 +208,12 @@ for (platform in property("enabledPlatforms").toString().split(',')) {
expand(conventionTags)
exclude("**/.cache")
}

duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

withType<Jar> {
duplicatesStrategy = DuplicatesStrategy.INCLUDE
}

shadowJar {
Expand Down

0 comments on commit 3e57346

Please sign in to comment.