ganttproject
ganttproject copied to clipboard
'copyPlugin' not found when compiling
Hello, any idea why I get
Could not determine the dependencies of task ':ganttproject-builder:distBin'. Task with path ':biz.ganttproject.app.localization:copyPlugin' not found in project ':ganttproject-builder'
when trying to compile latest master with ./gradlew distbin?
Thanks
biz.ganttproject.app.localization
is a submodule. I think you need to run git submodule update --init
works. thx
Also worked for me, thanks