mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Reformat files in buildSrc
This commit is contained in:
parent
a633f8dada
commit
08c4fe2e9e
@ -28,7 +28,7 @@ class CanonicalizerPlugin implements Plugin<Project> {
|
|||||||
output.setMethod(ZipOutputStream.DEFLATED)
|
output.setMethod(ZipOutputStream.DEFLATED)
|
||||||
|
|
||||||
entries.each {
|
entries.each {
|
||||||
def newEntry = new ZipEntry( it.name )
|
def newEntry = new ZipEntry(it.name)
|
||||||
|
|
||||||
newEntry.setLastModifiedTime(zeroTime)
|
newEntry.setLastModifiedTime(zeroTime)
|
||||||
newEntry.setCreationTime(zeroTime)
|
newEntry.setCreationTime(zeroTime)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user