Reformat files in buildSrc

This commit is contained in:
Tommy Lillehagen 2017-10-06 14:51:19 +01:00
parent a633f8dada
commit 08c4fe2e9e

View File

@ -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)