vidakovic commented on PR #3568: URL: https://github.com/apache/fineract/pull/3568#issuecomment-1795619621
> Still need to verify that the docker-compose.yml file is working... at the moment failing with this message: > > ``` > Caused by: org.apache.fineract.infrastructure.event.external.exception.ExternalEventConfigurationNotFoundException: All external events are not configured > ``` Found the reason why this is not working. Gradle cache needs to be removed with `rm -rf .gradle` and then execute `./gradlew :fineract-provider:clean :fineract-provider:jibDockerBuild -x tes`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
