This commit is contained in:
Andy Wilkinson
2018-01-03 10:50:16 +00:00
parent bac21e2ee6
commit 38ac595615
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ apply plugin: 'org.springframework.boot'
bootJar {
mainClassName = 'com.example.Application'
preserveFileTimestamps = false
reproducibleFileOrder = true
reproducibleFileOrder = true
}

View File

@@ -10,5 +10,5 @@ apply plugin: 'org.springframework.boot'
bootWar {
mainClassName = 'com.example.Application'
preserveFileTimestamps = false
reproducibleFileOrder = true
reproducibleFileOrder = true
}