Skip to content

Helper Scripts

Dave Nicolette edited this page Feb 9, 2021 · 2 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
Clone this wiki locally