Skip to content

Commit

Permalink
build(gradle): Do not set a global duplicatesStrategy anymore
Browse files Browse the repository at this point in the history
This effectively reverts 2086f72 which was just added as a work-around
for the bug of IntelliJ IDEA adding multiple `classpath.index` files
which by now has been fixed.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 18, 2024
1 parent d29db08 commit e833172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/ort-base-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ repositories {
}

tasks.withType<AbstractArchiveTask>().configureEach {
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
isPreserveFileTimestamps = false
isReproducibleFileOrder = true
}
Expand Down

0 comments on commit e833172

Please sign in to comment.