You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CxFlow uses Gradle for building the applicable jar files. There are 2 Gradle build files:
build.gradle → used to build cx-flow-.jar for WebHook Webservice with JRE 8
build-11.gradle → used to build cx-flow-11-.jar for WebHook Webservice with JRE 11
Note: JRE 11 requires a special build dependency configuration to allow for JAXB SOAP classes that are only required for the specific calls to Checkmarx legacy SOAP.
Compile
gradlew -b <gradle build file> clean build
A directory structure is created (build/libs/) to which the jar is compiled.
Pre-Built Binary
The latest compiled releases can be found here. Look for the latest release.
The archive (release.zip) contains two jar files in the build/libs folder:
cx-flow-.jar → used for WebHook Webservice using JRE 8. The entry point contains a tomcat container that launches
cx-flow-11-.jar → used for WebHook Webservice using JRE 11. The entry point contains a tomcat container that launches