Customizing Axelor

@admin, @beuss i customized the axelor, run ./gradlew clean build and below is the error i get. trying getting around it but no avail why i keep getting the error messages.

:modules:axelor-base:compileJava
/home/lab/Documents/wkdir/ecberp/modules/axelor-base/src/main/java/com/axelor/apps/base/service/BankDetailsServiceImpl.java:110: error: cannot find symbol
+ StringTool.getIdFromCollection(company.getBankDetailsSet())
^
symbol: method getIdFromCollection(Set)
location: class StringTool
1 error
:modules:axelor-base:compileJava FAILED

FAILURE: Build failed with an exception.

Hi,
Try to give a try to ./gradlew clean war --refresh-dependencies
Sometimes adk is not up to date enough in local cache (and its development seems to be made outside of github with far from regular sync leading)
Regards

hello @beuss i tried it, but the modules i added are not showing up when i host them.

below is my settings.gradle contents

include “modules:axelor-bank-payment”
include “modules:axelor-base”
include “modules:axelor-business-project”
include “modules:axelor-cash-management”
include “modules:axelor-crm”
include “modules:axelor-exception”
include “modules:axelor-human-resource”
include “modules:axelor-l10n-en”
include “modules:axelor-marketing”
include “modules:axelor-message”
include “modules:axelor-project”
include “modules:axelor-purchase”
include “modules:axelor-sale”
include “modules:axelor-stock”
include “modules:axelor-supplier-management”
include “modules:axelor-supplychain”
include “modules:axelor-tool”

am i missing something?