Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
784 stars 50 forks source link

:core:processKDocsMain task failing on Windows #544

Closed koperagen closed 4 months ago

koperagen commented 7 months ago
Execution failed for task ':core:processKDocsMain'. java.nio.file.InvalidPathException: Illegal char <
> at index 32: C:\Program Files\Git\cmd\git.exe
C:\Program Files\Git\bin\git.exe

@Jolanrensen I think you said it required fix from Gradle Git plugin. Can you check if it can be fixed now?

Jolanrensen commented 6 months ago

Should have been fixed by https://github.com/Kotlin/dataframe/commit/733ae6337ea868f0287e9abca3b9d077e66c1aee. Can you confirm this issue still appears when simple-git is v 2.0.3+?

koperagen commented 6 months ago

Build failed on TeamCity. I believe it was on a branch with most recent changes. Sadly, it was deleted already :(

Jolanrensen commented 4 months ago

I'll close it until it is reproduced