Task 'projectReport,' not found in root project 'icepdf-os'. Some candidates are: 'projectReport'.
# defaultTasks allows for a call to just gradle 
~$ gradle
# or one can use the full task list 
~$ gradle projectReport, sourcesJar, genPomFileForCoreJarPub, genPomFileForViewerJarPub, osDistZip, osDistTar
