If you are submitting a bug, please include the following:
Unable to parse date from command 'git log --follow --find-renames=40% --reverse -- C:\Users\info\IdeaProjects\AdvancedPeripherals\src\main\java\de\srendi\advancedperipherals\common\addons\computercraft\owner\IOwnerAbility.java':
java.lang.IllegalArgumentException: Unable to parse date from command 'git log --follow --find-renames=40% --reverse -- C:\Users\info\IdeaProjects\AdvancedPeripherals\src\main\java\de\srendi\advancedperipherals\common\addons\computercraft\owner\I
OwnerAbility.java':
at com.diffplug.spotless.generic.LicenseHeaderStep$Runtime.parseYear(LicenseHeaderStep.java:467)
Full log: https://gist.github.com/SirEndii/e0ed12833caec97f39e9c14935a0ad0f
The full command I'm trying to use gradlew spotless[Apply/Check] -PspotlessSetLicenseHeaderYearsFromGitHistory=true
When I try to use the git log command, it only works without the --follow parameter. I am not too familiar with the git log command to know exactly what the issue could be. This also happens when I try to use different java files from the project

If you are submitting a bug, please include the following:
-PspotlessSetLicenseHeaderYearsFromGitHistory=trueparameter to generate license headers with the creation year of the file, spotless fails to successful run the taskgradlew spotless[Apply/Check] --stacktraceA small portion:
Full log: https://gist.github.com/SirEndii/e0ed12833caec97f39e9c14935a0ad0f
The full command I'm trying to use
gradlew spotless[Apply/Check] -PspotlessSetLicenseHeaderYearsFromGitHistory=trueWhen I try to use the git log command, it only works without the
--followparameter. I am not too familiar with thegit logcommand to know exactly what the issue could be. This also happens when I try to use different java files from the project