Hi Jacques,
thanks for bringing this up.
The lib dir is a mechanism which allows users to use and load external
libs which can not (or should not) be loaded from external repositories
through the Gradle mechanism. It is used in build.gradle at the end of
the dependencies section.
We do not use this library path but others may be using it. It's a
feature to extend OFBiz, does no harm and might be useful in some cases.
I would propose to keep it and change the README inside the folder to
point to Maven Central instead of jCenter.
Yes, .DS_Store is Mac related (https://file.org/extension/ds_store) and
should stay in .gitignore.
Thanks
Michael
ecomify GmbH - www.ecomify.de
Am 15.12.21 um 17:36 schrieb Jacques Le Roux:
Hi All,
The lib/README file contains deprecated information, like using
jcenter. I propose to get rid of the whole lib dir, except if I miss
something (I know .DS_Store is Apple-Mac related)?
Jacques