Remove further sources of nondeterminism and update SNAPSHOT hashes

This commit is contained in:
Jonas Herzig
2017-08-25 21:03:27 +02:00
parent ebbe363954
commit c561a3fa5a
12 changed files with 80 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ new file mode 100644
index 0000000..22fa679
--- /dev/null
+++ b/build.gradle
@@ -0,0 +1,23 @@
@@ -0,0 +1,25 @@
+apply plugin: 'java'
+
+sourceCompatibility = 1.8
@@ -35,6 +35,8 @@ index 0000000..22fa679
+tasks.withType(AbstractArchiveTask) {
+ preserveFileTimestamps = false
+ reproducibleFileOrder = true
+ dirMode = 0775
+ fileMode = 0664
+}
+
--