Open tonisives opened 1 year ago
Thanks for report, it is strange that dir 'gradle-libs'
ends up under .gradle directory. I need to check what's going on.
I think it is a good idea to use absolute path anyway, you can also use "$rootDir/..."
for paths relative to the project's root.
If I set a custom dir in
settings.gradle
The build fails with: Creating directories for /Users/me/.gradle/daemon/7.4.2/./gradle-libs/kafka-internal-schemas/.git failed or Creating directories for /Users/me/.gradle/daemon/7.4.2/gradle-libs/kafka-internal-schemas/.git failed
Solution: