bardsoftware / ganttproject

Official GanttProject repository.
http://ganttproject.biz
GNU General Public License v3.0
856 stars 301 forks source link

'copyPlugin' not found when compiling #1672

Open useratgith opened 5 years ago

useratgith commented 5 years ago

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

dbarashev commented 5 years ago

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

useratgith commented 5 years ago

works. thx

joeriexelmans commented 4 years ago

Also worked for me, thanks