We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5afa8 commit 6ea3430Copy full SHA for 6ea3430
1 file changed
build.gradle
@@ -36,6 +36,10 @@ subprojects {
36
}
37
38
39
+ tasks.withType(Tar).configureEach {
40
+ preserveFileTimestamps = true
41
+ }
42
+
43
test {
44
useJUnitPlatform()
45
0 commit comments