#gradle

Gradle Build fail errors when building bonita

Hey,

I built the whole bonita environment through this link (https://github.com/Bonitasoft-Community/Build-Bonita) on an ubuntu docker image, which worked quite well. When I am trying to replicate the same on an EC2 ubuntu instance, I face a gradle build error, as below

Building 7.9.1 bonita-engine from SRC

7.9.1 bonita-engine src does not build the bonita-server.jar. We have modification to the AuthenticationServiceImpl class and now we can not pack the bonita-server.jar into the war because the archive is not being built with the gradlew wrapper. Is anyone else having any issues like this.

emmanuel.duchastenier's picture
emmanuel.duchas...
Category: 

This application is an example of how to embed Bonita Engine (BPM workflow engine) in a Spring Boot application. The proposed use-case is an application based on a process that allows someone to request a loan to their bank. This request will be reviewed, approved or rejected by the bank which will give explanations for this decision. This example illustrates how to build it with the application using Gradle.

Notifications