Skip to content

Helper Scripts (Unix and Linux)

Dave Nicolette edited this page Dec 18, 2020 · 7 revisions

Home -> Development Guide -> Unix and Linux Development Guide ->

pad - pad each line of a text file to 80 characters plus a newline

pad infile outfile 

run - shorthand for running Gradle builds

Run unit tests only

run ut

Run integration tests only

run it

Run any other Gradle command

run taskname

Clone this wiki locally