Skip to content

Commit

Permalink
build: Remove redundant configuration
Browse files Browse the repository at this point in the history
Indra already does this
  • Loading branch information
jpenilla committed Jan 2, 2025
1 parent cb8ffff commit a8a046d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,4 @@ tasks {
events("passed")
}
}
withType(AbstractArchiveTask::class).configureEach {
isReproducibleFileOrder = true
isPreserveFileTimestamps = false
}
}

0 comments on commit a8a046d

Please sign in to comment.