mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +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)
|
||||
|
||||
entries.each {
|
||||
def newEntry = new ZipEntry( it.name )
|
||||
def newEntry = new ZipEntry(it.name)
|
||||
|
||||
newEntry.setLastModifiedTime(zeroTime)
|
||||
newEntry.setCreationTime(zeroTime)
|
||||
|
Loading…
Reference in New Issue
Block a user