archrelease: copy trunk to community-any
[ArchLinux/community.git] / shattered-pixel-dungeon / trunk / gradle-repro.patch
blob788e3b5707f2ad89448acf675c279253cdb50412
1 --- a/build.gradle
2 +++ b/build.gradle
3 @@ -35,4 +35,9 @@ allprojects {
4 maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
7 -}
8 \ No newline at end of file
9 + tasks.withType(AbstractArchiveTask).configureEach {
10 + preserveFileTimestamps = false
11 + reproducibleFileOrder = true
12 + }