pull/11486/head
Andy Wilkinson 7 years ago
parent bac21e2ee6
commit 38ac595615

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

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

Loading…
Cancel
Save