Skip to content

Commit 6ea3430

Browse files
committed
Use preserveFileTimestamps for gradle dist target.
1 parent 7c5afa8 commit 6ea3430

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ subprojects {
3636
}
3737
}
3838

39+
tasks.withType(Tar).configureEach {
40+
preserveFileTimestamps = true
41+
}
42+
3943
test {
4044
useJUnitPlatform()
4145
}

0 commit comments

Comments
 (0)