Skip to content

Commit 9a18ddc

Browse files
committed
Generate reproducible binaries
1 parent da54e94 commit 9a18ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ test {
6565
// create a fat jar with all dependencies
6666
jar {
6767
baseName = project.name
68+
preserveFileTimestamps = false
69+
reproducibleFileOrder = true
6870

6971
manifest {
7072
attributes 'Main-Class': 'com.tw.go.config.json.cli.JsonPluginCli'

0 commit comments

Comments
 (0)