Marc Rozanc
Marc Rozanc
Added a fix for distance as it seemed incorrect for scenarios walking through many parents:  Test here: https://github.com/mrozanc/maven-git-versioning-extension/blob/4731084a84cd288df698b14c704b7e08f7cf1cb7/src/test/java/me/qoomon/gitversioning/commons/GitUtilTest.java#L239-L277
Well, I'd like to use it on projects with people wanting to release often from the same base but not the same versions (because they don't have the time to...
OK I did some tests with Bitdefender. - Full Bitdefender uninstall: everything works - Bitdefender with Advanced Threat defense: does not work - Bitdefender without Advanced Threat defense: works -...
I also get the same issue using 8.6 with Gradle 8.7, but on Delombok task. ``` - Task `:xxx:delombok` of type `io.freefair.gradle.plugins.lombok.tasks.Delombok`: invocation of 'Task.project' at execution time is unsupported....
OK, it's as simple as creating a [new Java Gradle 8.7 project](https://github.com/mrozanc/lombok-gradle-config-cache-issue), adding the `io.freefair.lombok` version 8.6, and put the `org.gradle.configuration-cache=true` option in gradle.properties. What you get when you run...
I could not reproduce your issue with `:generateEffectiveLombokConfig`: ` :generateEffectiveLombokConfig` of type `LombokConfig` (and not `GenerateLombokConfig`) is a dependency of `:delombok` so I executed it without any problem. You probably...