Merge branch '2.7.x'

Closes gh-31950
This commit is contained in:
Andy Wilkinson
2022-08-01 20:51:40 +01:00
2 changed files with 10 additions and 11 deletions

View File

@@ -15,3 +15,8 @@ dependencies {
testImplementation("org.mockito:mockito-core")
testImplementation("org.mockito:mockito-junit-jupiter")
}
jar {
reproducibleFileOrder = true
preserveFileTimestamps = false
}