Closed olivierguerriat closed 10 years ago
I am using ${name}.${ext}?${hash} as fileNameFormat and I noticed the task appended the hash each time, without clearing the last one.
${name}.${ext}?${hash}
fileNameFormat
This commit is my attempt to fix it. It works for me, but it is not as universal as it should be, I suppose.
Hey mate, thanks for your contribution. Allow me some time to review it and prepare a new release if necessary. Cheers
@olivierguerriat , I just encountered this problem, thank you.
I am using
${name}.${ext}?${hash}
asfileNameFormat
and I noticed the task appended the hash each time, without clearing the last one.This commit is my attempt to fix it. It works for me, but it is not as universal as it should be, I suppose.