Skip to content

Task ':plugin:doc' fails on Windows and MacOS #280

Closed
@Yasamato

Description

@Yasamato

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

Metadata

Metadata

Assignees

Labels

component:buildRelated to the build logic (chore)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions