Closed
Description
So when I tried testing it on macOS, .gradlew run
, .gradlew deploy
etc. all fail at the task :plugin:doc
with
Gradle could not start your build.
> Could not create service of type CrossBuildFileHashCache using BuildSessionServices.createCrossBuildFileHashCache().
> Failed to create parent directory '/.gradle' when creating directory '/.gradle/6.5/fileHashes'
I guess this is just some misconfigured pathing? But why is it trying to access 6.5 as the used version of gradle wrapper is 6.3? When bumping the used version to 6.5 or 6.6 nothing changes.
Btw. task :doc
fails as well