ganttproject icon indicating copy to clipboard operation
ganttproject copied to clipboard

'copyPlugin' not found when compiling

Open useratgith opened this issue 5 years ago • 3 comments

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

useratgith avatar Jul 07 '19 20:07 useratgith

biz.ganttproject.app.localization is a submodule. I think you need to run git submodule update --init

dbarashev avatar Jul 07 '19 20:07 dbarashev

works. thx

useratgith avatar Jul 08 '19 19:07 useratgith

Also worked for me, thanks

joeriexelmans avatar May 31 '20 10:05 joeriexelmans