Could not determine the dependencies of task ':ganttproject-builder:distBin'

Whenever I run ./gradlew distbin i get the following error:

I’m using Arch. java 11, I’ve also tried also using gradle 6.0.1 with both java11 and java13, same error.

Hi,

I think that you have to clone manually this module:

https://github.com/bardsoftware/biz.ganttproject.app.localization

before executing the gradle build task. At least that is what I do using IntelliJ. Don’t know why is it that the dependency is not automatically resolved, though.

1 Like

Thanks Juan, this solver my issue.

It is a git submodule which can be pulled with

git submodule update --init
1 Like