Skip to content

Commit

Permalink
build: remove redundant configuration
Browse files Browse the repository at this point in the history
indra does this already
  • Loading branch information
jpenilla committed Jan 5, 2025
1 parent 7953bbb commit ced4c5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gradle/build-logic/src/main/kotlin/tabtps.base.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,4 @@ tasks {
onlyIf { false }
}
}
withType(AbstractArchiveTask::class).configureEach {
isReproducibleFileOrder = true
isPreserveFileTimestamps = false
}
}

0 comments on commit ced4c5b

Please sign in to comment.