Emil Kollstrøm
11/14/2023, 8:44 AMcom.lemonappdev.konsist.core.exception.KoInternalException: Project directory not found. Searched in /<my-directory-here> and parent directories
When debugging this I can see that the paths used to verify paths with PathVerifier
looks after maven or gradle wrappers, and git elements like config, HEAD and refs. But it’s written like this: ./git/refs
. Shouldn’t it be either ./.git/refs
or just .git/refs
?.git
and not just git
igor.wojda
11/17/2023, 1:03 AM