Skip to content

Helper Scripts

Søren Andersen edited this page Feb 20, 2025 · 4 revisions

Home -> Developer Guide ->

Helper scripts - Linux/Unix

Gradle helper script

This project uses gradle for builds.

The script named run wraps ./gradlew for convenience.

Run unit tests

run ut 

Run integration tests

Depends on unit tests.

run it

Create executable jar

Depends on integration tests.

run fatJar

Run approval test

Depends on fatJar task.

run approvalTest 

Prepare distribution archive

Depends on fatJar task.

run prepareDistribution 

Run a Sonar scan

sonar-scan 

Pad lines in a file to 80 chars for upload to z/OS

pad

Run all COBOL tests locally

testCOBOLtests.cmd

Clone this wiki locally